| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +2 |
f Ato make it easier to read. how about:
a A
b B
for i := 0; i < len(args); i++ {for i, arg := range args
// remove "main." prefix for brevityMaybe use strings.TrimPrefix(arg, "main.") to make this cleaner (speed doesn't matter).
Also, put the comment on the same line
.... // remove "main." for brevity
type T2 intuse different types that always int?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |