Sign in
go
/
tools.git
/
3fca6a08d78fa36fb3aefda4bfc6e6ed869558d2
/
.
/
internal
/
lsp
/
testdata
/
format
/
good_format.go
blob: 01cb1610ce81967c6ab0a5156bc9aba946ab622b [
file
]
package format
//@format("package")
import (
"log"
)
func goodbye() {
log.Printf("byeeeee")
}