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