Windows | Golang Portable
Write a simple file renamer or log parser. Build it. Email the .exe to a friend on Windows. Watch them run it instantly. Have a favorite portable Go tool youโve built? Share it belowโIโd love to see what the community is making.
To build a (no console window), use:
package main import ( "fmt" "log" "os" "time" "net" ) golang portable windows