/go-rest

This is my first experience of golang and it's web packages

Primary LanguageGoMIT LicenseMIT

go-rest

This is my first experience of golang and it's web packages

Structure

$ tree 
.
|-- LICENSE
|-- README.md
|-- scripts
|   `-- showInterface.sh
`-- web
    |-- app.go
    `-- interfaces.go

Steps

  1. get the code
  2. cd web
  3. go run .

Golang Syntax help

https://tour.golang.org/welcome/1

Web and json related packages help

lots of google!!!