Categorygithub.com/vishnuindira/gorestfulapi
modulepackage
0.0.0-20210510152514-2355b89705f1
Repository: https://github.com/vishnuindira/gorestfulapi.git
Documentation: pkg.go.dev

# README

GoRestFulApi

This is a sample go rest Api for learning .Please use rest api client GET ALL : http://localhost:8080/employees GET single record : http://localhost:8080/employee/1032 POST: http://localhost:8080/employee/ with body {"Id":"1030","name":"vishnu"} DELETE : http://localhost:8080/employee/1032 update : http://localhost:8080/employee/1032 {"Id":"1030","name":"vijay"}

# Variables

declared a global array.

# Structs

defined type Employee.