mirror of
https://github.com/go-ping/ping.git
synced 2025-05-08 15:36:22 +00:00
Mark module as deprecated (#236)
This commit is contained in:
parent
caaf2b72ea
commit
610518ea2b
@ -4,3 +4,7 @@ issues:
|
||||
- path: _test.go
|
||||
linters:
|
||||
- errcheck
|
||||
linters-settings:
|
||||
staticcheck:
|
||||
checks:
|
||||
- "-SA1019"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// Deprecated: This package is no longer maintained.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user