Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Oct 6, 2023
1 parent 8c13e5d commit 8f20f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/examples/outline-connectivity-app/shared_backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ type PlatformMetadata struct {
}

func Platform() PlatformMetadata {
return []PlatformMetadata{ OS: runtime.GOOS, Arch: runtime.GOARCH }
return []PlatformMetadata{ OS: runtime.GOOS }
}

func makeErrorRecord(err error) *ConnectivityTestError {
Expand Down

0 comments on commit 8f20f7c

Please sign in to comment.