1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-07-31 18:40:28 +00:00

dont use slices

This commit is contained in:
thesayyn 2023-11-01 14:10:04 -07:00
parent 17374843eb
commit b062bc1c68
No known key found for this signature in database
GPG key ID: D10C0AE203D0E4A8
2 changed files with 12 additions and 12 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/vbatts/go-mtree
go 1.18
go 1.17
require (
github.com/davecgh/go-spew v1.1.1