Skip to content

Instantly share code, notes, and snippets.

@Dieterbe
Created April 10, 2019 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dieterbe/7f169fe4e5c566fcd048cfa8e90708ce to your computer and use it in GitHub Desktop.
Save Dieterbe/7f169fe4e5c566fcd048cfa8e90708ce to your computer and use it in GitHub Desktop.
unused ./...
Unused has been deprecated. Please use staticcheck instead.
api/config.go:20:2: var logMinDur is unused (U1000)
cmd/mt-store-cat/match_test.go:5:6: type matchCase is unused (U1000)
cmd/mt-store-cat/match_test.go:40:6: func testmatch is unused (U1000)
cmd/mt-update-ttl/main_test.go:5:6: type testCase is unused (U1000)
cmd/mt-update-ttl/main_test.go:28:6: type completenessCase is unused (U1000)
cmd/mt-whisper-importer-reader/conversion_test.go:10:6: func testIncResolution is unused (U1000)
cmd/mt-whisper-importer-reader/conversion_test.go:397:6: func testDecResolution is unused (U1000)
cmd/mt-whisper-importer-reader/conversion_test.go:422:6: func getSimpleInData is unused (U1000)
cmd/mt-whisper-importer-reader/conversion_test.go:564:6: func getGapData is unused (U1000)
cmd/mt-whisper-importer-reader/conversion_test.go:692:6: func generatePoints is unused (U1000)
cmd/mt-whisper-importer-reader/conversion_test.go:767:6: func verifyPointMaps is unused (U1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment