Go Tool: Difference between revisions
Jump to navigation
Jump to search
(→build) |
(→run) |
||
Line 5: | Line 5: | ||
==<tt>build</tt>== | ==<tt>build</tt>== | ||
==<tt>run</tt>== | ==<tt>run</tt>== | ||
<syntaxhighlight lang='bash'> | |||
cd $PROJECT_DIR | |||
go run ./src/main/main.go | |||
</syntaxhighlight> |
Revision as of 01:20, 15 August 2023
Internal
Overview
Commands
build
run
cd $PROJECT_DIR
go run ./src/main/main.go