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

https://github.com/techjacker/go-server-best-buy

Test golang web server
https://github.com/techjacker/go-server-best-buy

Last synced: 25 days ago
JSON representation

Test golang web server

Awesome Lists containing this project

README

          

# go-server-best-buy

Test web server written in golang.

Build Binary
------------------

```Shell
make
```

Run Binary
--------------------

```Shell
make run-binary
```

Run without building binary
--------------------

```Shell
make run
```