-
follow [the build instructions](https://github.com/istio/manager/blob/master/doc/build.md), I can't build success , error msg:
`WARNING: Sandboxed execution is not supported on your system and th…
-
OSX 10.12.6
```bash
> export GOPATH=$HOME/go
> rm -rf $GOPATH/*
> go version
go version go1.8 darwin/amd64
> git clone git@github.com:jetstack/tarmak.git && cd tarmak
Cloning into 'tarmak…
-
I've been trying to get a local version of `up` running so I can try to better debug (and get a decent understanding of the codebase). However, it's proving to be rather complicated to get my environm…
-
The importer code seems to indicate that you can specify a `from` argument which is a vendor tree, but the parser code only seems to call the importer with `from` set to "". Am I missing something?
…
-
We have a project which excludes some C dependencies by running go build as go build --tags "tag1 tag2 tag3". Running ginkgo with ginkgo --tags "tag1 tag2 tag3". However, we couldn't find such option …
-
After last day commits (Jul 22, 2017) we get this on mock generated file. reverting to dbe9dea30dbc5b4b6d54c9ecf9a3b8f9b8e6556c and everything is fine.
I can provide more information if you need, c…
-
Suddenly my build got broken. `go generate` started to fail with the following error message:
```
can't load package: package -o: cannot find package "-o" in any of:
/usr/lib/go/src/-o (from $GO…
korya updated
7 years ago
-
-
source code
```
type A struct {}
type I interface {
Foo() A
}
```
Mock that was generate from genmock will have error because when genmock create mock file mock package is mock_\* so mock won't…
-
When SetArg is used to set a slice argument, it silently fails to set the argument when the call occurs. This is because setting a slice by reflection cannot be done with a one-shot Set() call.
Th…