diff options
Diffstat (limited to '_bin/go-test-lint.sh')
| -rwxr-xr-x | _bin/go-test-lint.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_bin/go-test-lint.sh b/_bin/go-test-lint.sh index e720486f..e56d8dd5 100755 --- a/_bin/go-test-lint.sh +++ b/_bin/go-test-lint.sh @@ -1,4 +1,6 @@ #!/bin/sh +# SPDX-License-Identifier: BSD-3-Clause +# SPDX-FileCopyrightText: 2023 M. Shulhan <ms@kilabit.info> ## Script go-test-lint.sh run Go test and if its success it will run ## predefined linter, in the current directory. |
