Created
April 10, 2019 12:54
-
-
Save Dieterbe/7f169fe4e5c566fcd048cfa8e90708ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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