Skip to content

Commit 3fdc2ac

Browse files
committed
chore: clear main.go
1 parent 29fcf5a commit 3fdc2ac

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

main.go

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
package main
22

3-
import (
4-
"fmt"
5-
6-
"github.com/anc95/golang-enum-to-ts/src/token"
7-
)
8-
93
func main() {
10-
parser := token.NewParser("func() {\n hell\n xxx\n dsdasdsa\n \n} \na=1\ntype C string //hello\nconst ( A C = 1 \n B \n D")
11-
12-
a := parser.Parse()
13-
for _, v := range a {
14-
fmt.Printf("[type: %d, value: %s]\n", int(v.Type), v.Value)
15-
}
4+
// nothing now
165
}

0 commit comments

Comments
 (0)