build: support comments in functions (#41)
This commit is contained in:
6
tests/fmt/stub.go
Normal file
6
tests/fmt/stub.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// Code generated by command: go run asm.go -out fmt.s -stubs stub.go. DO NOT EDIT.
|
||||
|
||||
package fmt
|
||||
|
||||
// Formatting contains various cases to test the formatter.
|
||||
func Formatting()
|
||||
Reference in New Issue
Block a user