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
¶
Go fmt
You can format the code using the go fmt command go fmt unformatted.go
.
It will update the code to match the standard formatting conventions.
The output:
package main
import "fmt"
func main() {
msg := "Hello"
fmt.Println(msg)
}
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.