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

feat: implement mutate command

This commit is contained in:
thesayyn 2023-10-24 09:13:35 -07:00
parent c216f6c013
commit c8c5616b53
No known key found for this signature in database
GPG key ID: D10C0AE203D0E4A8
4 changed files with 166 additions and 1 deletions

2
go.mod
View file

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