go scratch code for atproto

minor tidy

+1 -6
+1 -6
cmd/glot/lint.go
··· 21 21 ) 22 22 23 23 var ( 24 - // NOTE: not actually using these? and should replace with library if we did 25 - ColorGreen = "\033[32m" 26 - ColorYellow = "\033[33m" 27 - ColorReset = "\033[0m" 28 - 29 24 // internal error used to set non-zero return code (but not print separately) 30 25 ErrLintFailures = errors.New("linting issues detected") 31 26 ) ··· 438 433 439 434 switch v := def.Inner.(type) { 440 435 case lexicon.SchemaPermission: 441 - // TODO: 436 + // TODO: anything? 442 437 case lexicon.SchemaNull: 443 438 // pass 444 439 case lexicon.SchemaBoolean: