gonative icon indicating copy to clipboard operation
gonative copied to clipboard

gonative can't be `go get`-ed

Open ngtuna opened this issue 7 years ago • 1 comments

# github.com/inconshreveable/gonative
../../inconshreveable/gonative/gonative.go:67:70: cannot use nil as type bool in field value
../../inconshreveable/gonative/gonative.go:67:70: too few values in struct initializer
../../inconshreveable/gonative/gonative.go:68:99: cannot use nil as type bool in field value
../../inconshreveable/gonative/gonative.go:68:99: too few values in struct initializer
../../inconshreveable/gonative/gonative.go:69:81: cannot use nil as type bool in field value
../../inconshreveable/gonative/gonative.go:69:81: too few values in struct initializer
../../inconshreveable/gonative/gonative.go:70:176: cannot use nil as type bool in field value
../../inconshreveable/gonative/gonative.go:70:176: too few values in struct initializer```

ngtuna avatar Dec 01 '17 08:12 ngtuna

Duplicate of https://github.com/inconshreveable/gonative/issues/31

bengadbois avatar Feb 09 '18 15:02 bengadbois