-
### gopls version
golang.org/x/tools/gopls v0.16.2
### go env
```shell
GO111MODULE='auto'
GOARCH='amd64'
GOBIN=''
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOI…
-
I want to report the following relatively minor but avoidable issue, for visibility.
The Go packages in this repository have an unusual setup. This mostly affects developers/contributors, not users…
-
`go test` will use module as package name in the json report. We should read content of the `go.mod` file. See https://github.com/golang/go/wiki/Modules
Sample `go.mod`
```
module github.com/get…
-
hello!, i've experienced some issues while trying to read the $FILE_NAME attribute, it just doesn't send me any character and remains with 0 data in the whole $MFT
```
C:\Users\Lucas\Documents\Gol…
-
This code base was written 2 years ago while still learning golang.
Almost all the implementations have package structure to them.
Here is a general plan of action that you can take:
- take…
-
by **peter.waller**:
Mailing list discussion is here:
https://groups.google.com/forum/?fromgroups=#!topic/golang-dev/4oYo21jEGuU
At maximum verbosity, `go get` does not give enough information as t…
-
```
Building avscan Go binary...
go version go1.10.8 linux/amd64
package golang.org/x/sys/unix: unrecognized import path "golang.org/x/sys/unix" (parsing golang.org/x/sys/unix: XML syntax error…
-
_From @AbdealiJK on February 15, 2016 13:50_
https://ci.appveyor.com/project/sils1297/coala/build/1.0.3270
Says:
```
go get -u github.com/golang/lint/golint
package github.com/golang/lint/golint: d…
-
[EN]I did everything as you write it, but when i press "Login", nothing happen :/
Can you help me ? ^^"
If needed, the website is : https://admin.hestialife.fr (i'll delete the link once the probl…
-
Context: https://tour.golang.org/welcome/3
The instruction says:
**go get golang.org/x/tour tour**
this gives
**_package tour: unrecognized import path "tour" (import path does not begin with h…