Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mycaule/go-sandbox


https://github.com/mycaule/go-sandbox

Last synced: 20 days ago
JSON representation

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=master

This 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)