cyruzin / go-server

A Go server without external libs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Server

A simple Go server without any external libs.

Running

Make sure you have go installed on your machine, then:

  go run main.go

That's it! :)

End-Points

Base URL: localhost:8000

  • / - API entry point.

  • /hello - Hello with optional query param. Eg: /hello or /hello?user=foo

About

A Go server without external libs.


Languages

Language:Go 100.0%