Expose common gotool targets (build, clients, version, unicast-test, deadzone) with configurable PORT, and add goTool/.gitignore for gotool. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
# Built binary (make gotool-build)
|
|
/gotool
|
|
|
|
# Go toolchain artifacts
|
|
*.exe
|
|
*.test
|
|
*.out
|