Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Practice rest, graphql, rpc, soap, etc.

Project structure:

├── cmd # Starting points
├── pkg # Internal libraries
├── store # Simulate database connection
├── tests # Integration tests
└── transport # Communicate with clients including rest, graphql, rpc, soap, etc.

Run

go run main.go
# Server listening on port 8080...