Fixes godoc links in example tests (#459)
thanks for noticing this @mathetake Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package main
|
||||
|
||||
// ExampleMain ensures the following will work:
|
||||
// Example_main ensures the following will work:
|
||||
//
|
||||
// go build multiple-results.go
|
||||
// ./multiple-results
|
||||
func ExampleMain() {
|
||||
func Example_main() {
|
||||
|
||||
main()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user