https://github.com/deferpanic/go_example
Running Go as a Unikernel
https://github.com/deferpanic/go_example
Last synced: 4 months ago
JSON representation
Running Go as a Unikernel
- Host: GitHub
- URL: https://github.com/deferpanic/go_example
- Owner: deferpanic
- License: mit
- Created: 2016-08-17T20:03:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-20T17:44:55.000Z (almost 10 years ago)
- Last Synced: 2025-12-18T03:49:33.665Z (7 months ago)
- Language: Go
- Size: 241 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go_example
Running Go as a Unikernel
In this example we embed everything including static assets and that let's us remove the need for attaching a second volume like we do for the interpreted languages.
If have a more web facing projects vs an API project it might be wise to attach the 2nd volume linked to in an upcoming example.
To generate a new image:
```
~/go/src/github.com/cratonica/trayhost/make_icon.sh gopher.gif
```