TestDefault.before

1package main
2
3import (
4    "fmt"
5)
6
7func main() {
8    fmt.Println("Hello, world!")
9}