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

https://github.com/thomasstep/golangplayground

Experimentation with Go
https://github.com/thomasstep/golangplayground

Last synced: 6 months ago
JSON representation

Experimentation with Go

Awesome Lists containing this project

README

          

# golangplayground

Experimentation with Go

# Package

As I was creating this repo I read up and learned that golang package names can only consist of letters and underscores (`_`). If you look back at the first commit I used a hyphen (`-`) and in the second commit fixed it...whoops.

# File Structure

I tried to follow https://github.com/golang-standards/project-layout

# Building and running

A script is included to build binaries and place them in the `bin/` folder.