https://github.com/frankbro/go-local-package-example
https://github.com/frankbro/go-local-package-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frankbro/go-local-package-example
- Owner: FrankBro
- Created: 2019-04-20T19:47:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T20:51:38.000Z (about 6 years ago)
- Last Synced: 2025-01-28T17:14:39.693Z (4 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```