-
### Terraform Version
```
terraform -v
Terraform v0.12.0
```
### Terraform Configuration Files
I change AzureAdmin to AzureAdminUsers in the following config
```hcl
rresource "a…
-
I recently updated moq (imports, yay!) and tried regenerating one of my files and got the following imports generated:
```go
package mocks
// AUTOGENERATED BY MOQ
// github.com/matryer/moq
…
-
```Go
type Fixture struct {
t testingT
log *bytes.Buffer
verbose bool
}
```
testingT should be exported, to make easy access for other assertion libraries:
> In a test functio…
-
Hi, I'm trying to build terraform (the v0.11 branch) using the built-in Vagrantfile. However, it fails to build with the following (did the stringer dependency get broken?):
vagrant@terraform:/op…
-
Could you please help me solve this problem, thank you very much
**What happened**:
the destination file import current package with alias name when destination package same as source
**What y…
-
#### Feature Description
Currently Vitess produces a lot of binaries, which presumably aren't all used. There is one infact called `unused`, which appears in the packages we distribute:
```
-rw…
morgo updated
4 years ago
-
```
[130] % go version ~/Code/go/src/github.com/golang
go version go1.12.6 darwin/amd64
% go install github.com/golang/mock/mockgen ~/Code/go/src/github.com/golang
…
-
Go Version: 1.12.1
Consul has a deep nested struct hierarchy that would be delightful to not mock manually. I think I've tried most of the permutations of options and files. Here's the repo: https:…
-
Folks, trying to generate some mocks for the AWS SQS SDK getting the `loading package failed` error
```
go version go1.12.4 darwin/amd64
mockgen -source=~/Code/go/src/github.com/aws/aws-sdk-go/…
-
`gomock` rule fails in source mode with error: `Loading input failed: could not determine GOARCH and Go compiler`.
# Versions
OS: macOS 10.14.5
Go: 1.12.5
Bazel: 0.25.2
rules_go: 0.18.5
golang…