ankan-withadream / kiGo

Go server to interact with people's feelings and help them feel better :)
https://ki-go.vercel.app
0 stars 1 forks source link

Ama3it/issue7 #8

Closed ama3it closed 2 months ago

ama3it commented 2 months ago
  1. Created /kigo Routing using Go Fiber
  2. /kigo route fetch some news data from a random api
  3. /kigo route Sends data to the client.
ankan-withadream commented 2 months ago

Need to implement this with net/http module only. go-fiber as a dependency not needed.