memzer0x/GoFBxT
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Project Almost Done Don't forget to set your GOPATH in the project directory. 1. CD into the project main directory (Where the file main.go is). 2. export GOPATH=$(pwd) Then you can run : - Compile (go build -o GoFBxT main.go) - Run directly (go run main.go)