https://github.com/coderdiaz/introducing-go
https://github.com/coderdiaz/introducing-go
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderdiaz/introducing-go
- Owner: coderdiaz
- Created: 2018-08-22T02:00:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T02:35:43.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T08:29:29.045Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Start any file
```sh
$ docker run --rm --volume $(pwd):/go/src/app golang go run src/app/src/golang-book/chapter1/main.go
```