Skip to content

namanthanki/goraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goraw

A simple REST API demo built with Go's standard library without any external depedencies or frameworks.

Run

go run .

Test

go test -v

Build

go build -o goraw .

Endpoints

GET    /health
GET    /tasks
POST   /tasks
GET    /tasks/{id}
PUT    /tasks/{id}
DELETE /tasks/{id}

Stack

  • Go 1.22+
  • Zero external dependencies
  • In-memory store (resets on restart)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages