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