Godep vendoring for external packages
This commit is contained in:
7
vendor/github.com/mattn/anko/ast/token.go
generated
vendored
Normal file
7
vendor/github.com/mattn/anko/ast/token.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package ast
|
||||
|
||||
type Token struct {
|
||||
PosImpl // StmtImpl provide Pos() function.
|
||||
Tok int
|
||||
Lit string
|
||||
}
|
||||
Reference in New Issue
Block a user