-
### What version of Go are you using (`go version`)?
```
go version go1.10.1 linux/amd64
go version go1.10.1 linux/amd64 vgo:2018-02-20.1
```
Specifically `vgo` is at 890b798475a0fc2108fa88d9…
-
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
```
go version go1.10.1 linux/amd64 vgo:2018-02-20.1
```
### Does …
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
```
go version go1.10.1 linux/amd64 vgo:2018-02-20.1
```
Specifica…
-
Trying to build Perkeep for the first time, I saw the following in the docs and assumed Go 1.11 would be OK:
```
As of revision 2e46fca5cc, Perkeep requires Go 1.10 or newer.
```
(see https://…
-
I'm planning to make all of my Go code hosted on Github [`vgo`-compatible](https://research.swtch.com/vgo) and in the process switch to a mono-repo.
Rough plan at the moment is:
* house all `myi…
-
playing around with your react stuff, but ...
````
x-MacBook-Pro:~ apple$ go get -u myitcv.io/immutable
# cd /Users/apple/workspace/go/src/myitcv.io/immutable; git submodule update --init --r…
-
After updated the aws sdk to v1.8.19 in #786, looks like it breaks the code generation for `acs` and `tcs` model when running `make gogenerate`. After adding the `-tags codegen` in the generate comman…
-
Hey,
i have a Makefile to run the code in this repo, but it fails on the regen.
The proto runs, but the "go generate ./client/..." fails ....
````
cd /Users/apple/workspace/go/src/github.com/j…
-
1. cd `gopkg`
2. Open `subpkg/file.go`
3. Run `:GoLint`
4. `:GoLint` is run against the `gopkg` package rather than the `subpkg` package or `file.go` file.
I think it should run against either t…