Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heikkilamarko/golang-embed-demo
Go embed demo app.
https://github.com/heikkilamarko/golang-embed-demo
api demo golang svelte vite websocket
Last synced: 3 months ago
JSON representation
Go embed demo app.
- Host: GitHub
- URL: https://github.com/heikkilamarko/golang-embed-demo
- Owner: heikkilamarko
- License: mit
- Created: 2020-12-19T11:18:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T10:29:53.000Z (7 months ago)
- Last Synced: 2024-07-12T12:04:18.192Z (7 months ago)
- Topics: api, demo, golang, svelte, vite, websocket
- Language: Go
- Homepage:
- Size: 179 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Embed Demo
## Run as Docker Container
```bash
docker compose up --build -d
``````bash
open http://localhost:8000
```## Build Mac and Windows Binaries
```bash
./build.sh
```## Tips
- [Embedding resources (version info, icons...) in Windows executables built with Go](https://github.com/tc-hib/go-winres)