https://github.com/agjs/golang
Learning Golang
https://github.com/agjs/golang
Last synced: 11 months ago
JSON representation
Learning Golang
- Host: GitHub
- URL: https://github.com/agjs/golang
- Owner: agjs
- Created: 2016-02-03T15:35:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T20:37:08.000Z (over 10 years ago)
- Last Synced: 2025-06-08T23:04:20.759Z (about 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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