Skip to content

mrosset/go-binfmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install go-binfmt.

$ go get github.com/str1ngs/go-binfmt

To use go-binfmt first register it with binfmt.

$ sudo $GOPATH/bin/go-binfmt -register

To run a go file give it executable permissions, and then run it.

$ chmod +x main.go
$ ./main.go

About

go-binfmt registers Go language .go files with binfmt which allows you to run Go files directly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages