This way the import is more readable (#1383)

Signed-off-by: wangqing <wangqing@uniontech.com>
Co-authored-by: wangqing <wangqing@uniontech.com>
This commit is contained in:
王卿 2023-11-20 17:55:08 +08:00 committed by GitHub
parent 0356577e9b
commit 38794570f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/internal"
"github.com/hashicorp/go-version"
version "github.com/hashicorp/go-version"
)
func main() {