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