Godep vendoring for external packages

This commit is contained in:
Leonel Quinteros
2016-07-19 14:18:24 -03:00
parent 745244309c
commit 41d0924ac6
14 changed files with 5392 additions and 0 deletions

7
vendor/github.com/mattn/anko/ast/token.go generated vendored Normal file
View File

@@ -0,0 +1,7 @@
package ast
type Token struct {
PosImpl // StmtImpl provide Pos() function.
Tok int
Lit string
}