This commit is contained in:
parent
1405d2b8b1
commit
b7fdd56a8b
6 changed files with 172 additions and 0 deletions
|
@ -1,8 +1,11 @@
|
|||
package fs
|
||||
|
||||
import "git.urbach.dev/cli/q/src/token"
|
||||
|
||||
// File represents a single source file.
|
||||
type File struct {
|
||||
Path string
|
||||
Package string
|
||||
Bytes []byte
|
||||
Tokens token.List
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue