Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)