An open API service indexing awesome lists of open source software.

https://github.com/sanket143/go-basic-server

Basic server template in Go
https://github.com/sanket143/go-basic-server

backend go-lang server

Last synced: 5 months ago
JSON representation

Basic server template in Go

Awesome Lists containing this project

README

          

# Go-Basic-Server-Template

will require `config.ini` file to read environment variables

```
PORT=3000
```

```
$ go run main.go
```