This is full project structure example of article The easiest way to embed static files into a binary file in your Golang app (no external dependencies).
Published on Dev.to @ 31 Jan 2020.
- Go
1.11+
- Go Modules
- Clone this repository and go to folder:
git clone https://github.com/koddr/example-embed-static-files-go.git
cd example-embed-static-files-go
- Install
gosec
(I recommend):
go get github.com/securego/gosec/cmd/gosec
- Try to build binary:
make build
- No errors? Let's run:
make run
- That's all!
- Vic Shóstak (aka Koddr).
If you want to say «thank you»:
- Twit about article on your Twitter.
- Add a GitHub Star and make Fork to this repository.
- Donate some money to project author via PayPal: @paypal.me/koddr or LiberaPay.
- Join DigitalOcean at our referral link (your profit is $100 and we get $25).
Thanks for your support! 😘
MIT