go-extpoints icon indicating copy to clipboard operation
go-extpoints copied to clipboard

Make Go packages extensible

Results 2 go-extpoints issues
Sort by recently updated
recently updated
newest added

@progrium @jhford This is to avoid situations like: ``` extpoints: Could not parse file: engines/extpoints/.extpoints.go.swp:1:1: expected 'package', found 'IDENT' b0VIM (and 155 more errors) ``` Thanks!

Note, `go get` will fetch and install, whereas `go install` will just install, but if it is not already in the go workspace, will report an error, e.g. ``` $...