Ankit-rana / go-rest

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!!!

About

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

License:MIT License


Languages

Language:Go 95.3%Language:Shell 4.7%