mirror of
https://github.com/kopia/kopia.git
synced 2026-01-09 06:57:52 -05:00
Almost all were easy to replace, except ones exposed via JSON which have been left as-is. The linter has a cool behavior where it flags attempts to pass `atomic.Int32` for example by value , which is always a mistake, say as an argument to `fmt.Sprintf()`