Skip to content

Commit c19be28

Browse files
committed
Set Go toolchain and document license
1 parent 12d35f9 commit c19be28

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,7 @@ for profiling a single run.
144144
- Legal-path caps follow `licenses.LegalFileRoles`. Names such as
145145
`license.rs` are included; `THIRD_PARTY_LICENSES.txt` and `PATENTS` are not.
146146
- No `blame` or `diff A..B` subcommands yet.
147+
148+
## License
149+
150+
MIT

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/git-pkgs/git-spdx
22

33
go 1.26.0
44

5+
toolchain go1.26.7
6+
57
require github.com/git-pkgs/licenses v0.7.1-0.20260906201711-03e6909a1db1
68

79
require (

0 commit comments

Comments
 (0)