Skip to content

Commit bb50aa6

Browse files
committed
fix typo
1 parent d6c7d3e commit bb50aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
package tools
44

55
import (
6-
_ "golang.org/x/tools/cmd/gocode"
6+
_ "golang.org/x/tools/cmd/goyacc"
77
)

0 commit comments

Comments
 (0)