Documentation ¶ Index ¶ type Options func ParseOptions() *Options func (o *Options) Run() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Options ¶ type Options struct { Year, Day int Part1, Part2 bool UseExampleInput bool PrintTiming, PrintParsed bool Profile bool Silent bool // set when profiling } func ParseOptions ¶ func ParseOptions() *Options func (*Options) Run ¶ func (o *Options) Run() Source Files ¶ View all Source files gc.go help.go options.go runner.go Click to show internal directories. Click to hide internal directories.