Skip to content

Commit d3e18ee

Browse files
author
Randall C. O'Reilly
committed
updated to 19, gofmt test should now pass
1 parent fa2ae33 commit d3e18ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ symbols. The exported symbols define the cross-language interface.
1414
The gopy tool generates both an API stub in Python, and binding code in
1515
Go. Start with a Go package:
1616
17-
package hi
17+
package hi
1818
19-
import "fmt"
19+
import "fmt"
2020
21-
func Hello(name string) {
22-
fmt.Println("Hello, %s!\n", name)
23-
}
21+
func Hello(name string) {
22+
fmt.Println("Hello, %s!\n", name)
23+
}
2424
*/
2525
package main

0 commit comments

Comments
 (0)