Skip to content

ahmedalaahagag/go-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Sample API Using Go

Sample API project using go lang https://golang.org/

using static sample data without database connection

| GET      | /person/{id}   | getPerson            

| GET      | /people        | getPeople           

| POST     | /person        | createPerson       

| DELETE   | /person/{id}   | deletePerson       

About

Sample API project using go lang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages