https://github.com/rhcarvalho/russian-doll
Experiment with bundling files in an executable
https://github.com/rhcarvalho/russian-doll
go golang payload zip
Last synced: 11 months ago
JSON representation
Experiment with bundling files in an executable
- Host: GitHub
- URL: https://github.com/rhcarvalho/russian-doll
- Owner: rhcarvalho
- Created: 2016-01-11T08:36:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T09:13:51.000Z (over 10 years ago)
- Last Synced: 2025-01-12T21:44:30.415Z (over 1 year ago)
- Topics: go, golang, payload, zip
- Language: Go
- Size: 1000 Bytes
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# russian-doll
This is a simple proof-of-concept of embedding arbitrary files in a Go program,
using the self-extracting zip file technique.