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

https://github.com/agjs/golang

Learning Golang
https://github.com/agjs/golang

Last synced: 11 months ago
JSON representation

Learning Golang

Awesome Lists containing this project

README

          

# golang

* This is my repository for learning Golang and potentially building a REST API for one of the upcoming projects I have in mind.
* Using Atom & go-plus for writing and building go code

- In order to run the program you must have Golang installed and $GOPATH setup.
- After you setup $GOPATH and put these files to its appropriate workspace, you can simply run them by:
- go install github.com/agjs/hello
- $GOPATH/bin/hello
or
- You can use Atom go-plus combined with build plugin and build it by pressing:
- alt+cmd+b

- Write a program where User using console can register, login, add, update and remove an item
* Create a Database package
* Create a CRUD controller