9 lines
79 B
Go
9 lines
79 B
Go
package generate
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func TestCaseAST() {
|
|
fmt.Println("lol")
|
|
} |