You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Vasile Popescu a25e8be32a Initial commit 4 years ago
static Initial commit 4 years ago
vendor Initial commit 4 years ago
.gitignore Initial commit 4 years ago
README.md Initial commit 4 years ago
go.mod Initial commit 4 years ago
go.sum Initial commit 4 years ago
gobindata.go Initial commit 4 years ago
journal.org Initial commit 4 years ago
main.go Initial commit 4 years ago
server.go Initial commit 4 years ago

README.md

tty-proxy

Building the gobindata.go file

All files under ~assets/*~ are packed to the gobindata.go file which will be statically compiled within the final binary.

	go get github.com/go-bindata/go-bindata/...
	go-bindata --prefix static -o gobindata.go static/*