command
Version:
v0.0.0-...-3bfe4c5
Opens a new window with list of versions in this module.
Published: Mar 26, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
The go run command allows you to run Go code directly without explicitly compiling it into an executable.
You can directly run the code using the go run command: go run hello.go
.
This will execute the code and print Hello, Go! to the console.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.