Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewFileSet (0.1 sec)

  1. src/cmd/api/main_test.go

    				log.Printf("%s:%d: unexpected approval\n", filename, i+1)
    				exitCode = 1
    			}
    		}
    		nonblank = append(nonblank, line)
    	}
    	return nonblank
    }
    
    var fset = token.NewFileSet()
    
    type Walker struct {
    	context     *build.Context
    	root        string
    	scope       []string
    	current     *apiPackage
    	deprecated  map[token.Pos]bool
    	features    map[string]bool              // set
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 04 18:16:59 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg go/token, const UnaryPrec ideal-int
    pkg go/token, const VAR Token
    pkg go/token, const XOR Token
    pkg go/token, const XOR_ASSIGN Token
    pkg go/token, func Lookup(string) Token
    pkg go/token, func NewFileSet() *FileSet
    pkg go/token, method (*File) AddLine(int)
    pkg go/token, method (*File) AddLineInfo(int, string, int)
    pkg go/token, method (*File) Base() int
    pkg go/token, method (*File) Line(Pos) int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top