summaryrefslogtreecommitdiff
path: root/internal/cmd/gocheck
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-27 14:18:59 +0700
committerShulhan <ms@kilabit.info>2025-12-27 14:18:59 +0700
commitb2b3250cd0731f89aa863f2a34a9dd3e93f5e20a (patch)
tree49eb7fc4383235ff47e3aa0ad7721e75ca95adcf /internal/cmd/gocheck
parent4683c2551043df4886ce65e41568e80268219050 (diff)
downloadgotp-0.6.2.tar.xz
Release gotp v0.6.2 (2025-12-27)HEADv0.6.2maindev
This is the last release for year 2025. [CHORE] _doc: merge index into README. This is so we can serve the _doc/ directory under https://kilabit.info/project/gotp/ . [CHORE] Update minimum Go version to 1.24.0 and update all dependencies. Happy holidays!
Diffstat (limited to 'internal/cmd/gocheck')
-rw-r--r--internal/cmd/gocheck/main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/cmd/gocheck/main.go b/internal/cmd/gocheck/main.go
index cb9d378..112c08a 100644
--- a/internal/cmd/gocheck/main.go
+++ b/internal/cmd/gocheck/main.go
@@ -1,6 +1,5 @@
+// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info>
-//
-// SPDX-License-Identifier: BSD-3-Clause
// Program gocheck implement go static analysis using [Analyzer] that are not
// included in the default go vet.