simple_test.go 108 B

12345678910
  1. package simple
  2. import (
  3. "fmt"
  4. "testing"
  5. )
  6. func TestSimpleParser(t *testing.T) {
  7. fmt.Println("hello")
  8. }