Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mycaule/go-sandbox
https://github.com/mycaule/go-sandbox
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mycaule/go-sandbox
- Owner: mycaule
- License: mit
- Created: 2019-01-16T15:25:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T12:40:56.000Z (over 5 years ago)
- Last Synced: 2024-10-16T01:12:33.987Z (2 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go Sandbox [![travis-badge][]][travis]
=======[travis]: https://travis-ci.org/mycaule/go-sandbox
[travis-badge]: https://travis-ci.org/mycaule/go-sandbox.svg?branch=masterThis repository is for tests and learning the Go language.
### Usage
```sh
# Run files
$ go run hello.go# Compile to executable
$ go build$ go install
```### References
- [Learn Go in 12 Minutes](https://www.youtube.com/watch?v=C8LgvuEBraI)