# README
This example will find all golang code in this README.md file and run it.
This can be useful to test if your examples in your readme actually work.
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}
This example will find all golang code in this README.md file and run it.
This can be useful to test if your examples in your readme actually work.
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}