Find method

This commit is contained in:
Dan Jones 2023-08-27 13:52:18 -05:00
commit 942d419bf6
5 changed files with 26 additions and 6 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module codeberg.org/danjones000/mpc-extra
go 1.20
require (
github.com/akrennmair/slice v0.0.0-20220105203817-49445747ab81
github.com/fhs/gompd/v2 v2.3.0
github.com/spf13/cobra v1.7.0
)