Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bygui86/go-save-memory
Project to explore possibilities in Golang to save memory reusing structs
https://github.com/bygui86/go-save-memory
Last synced: 2 days ago
JSON representation
Project to explore possibilities in Golang to save memory reusing structs
- Host: GitHub
- URL: https://github.com/bygui86/go-save-memory
- Owner: bygui86
- License: apache-2.0
- Created: 2020-03-21T16:39:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T11:40:13.000Z (over 4 years ago)
- Last Synced: 2023-07-10T06:39:09.355Z (over 1 year ago)
- Language: Go
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-save-memory
Project to explore possibilities in Golang to save memory reusing structs
## Run
1. start HTTP server
```shell
make run-http-server
```2. start CLI dashboard
```shell
make run-cli-dashboard
```3. use [Postman](https://www.postman.com/) to import the [requests collection](./postman) and make some requests
4. see how the HTTP server behaves using the CLI dashboard
---
## Links
- https://medium.com/@hugo.bjarred/rest-api-with-golang-and-mux-e934f581b8b5
- https://levelup.gitconnected.com/building-a-terminal-dashboard-in-golang-in-300-lines-of-code-3b9f83f363a8