An open API service indexing awesome lists of open source software.

https://github.com/frankbro/go-local-package-example


https://github.com/frankbro/go-local-package-example

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

```
> go run .\exe1
exe1\main.go:4:2: cannot find package "common" in any of:
C:\Go\src\common (from $GOROOT)
C:\Users\brode\go\src\common (from $GOPATH)
> cd exe1
> go run .
# exe1
.\main.go:9:14: undefined: add
```