You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation fails with the following error message:
$ go test -c -cover pkg
# pkg
/var/folders/00/0zkq0000h01000cxqpysvccm003y_w/T/go-build695841649/pkg/_test/_obj_test/pkg.go:6: syntax error near GoCover_0
/var/folders/00/0zkq0000h01000cxqpysvccm003y_w/T/go-build695841649/pkg/_test/_obj_test/pkg.go:8: syntax error near 1
The text was updated successfully, but these errors were encountered:
Source code is:
$ cat pkg/pkg.go
$ cat pkg/pkg_test.go
package pkg
Compilation fails with the following error message:
The text was updated successfully, but these errors were encountered: