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