type github.com/go-git/gcfg/token.FileSet
14 uses
github.com/go-git/gcfg/token (current package)
position.go#L94: set *FileSet
position.go#L289: type FileSet struct {
position.go#L297: func NewFileSet() *FileSet {
position.go#L298: s := new(FileSet)
position.go#L306: func (s *FileSet) Base() int {
position.go#L329: func (s *FileSet) AddFile(filename string, base, size int) *File {
position.go#L351: func (s *FileSet) Iterate(f func(*File) bool) {
position.go#L369: func (s *FileSet) file(p Pos) *File {
position.go#L390: func (s *FileSet) File(p Pos) (f *File) {
position.go#L400: func (s *FileSet) Position(p Pos) (pos Position) {
serialize.go#L22: func (s *FileSet) Read(decode func(interface{}) error) error {
serialize.go#L43: func (s *FileSet) Write(encode func(interface{}) error) error {
github.com/go-git/gcfg
read.go#L52: fset *token.FileSet, file *token.File, src []byte) error {
read.go#L189: func readInto(config interface{}, fset *token.FileSet, file *token.File,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |