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