add comment on how to do retrieval

This commit is contained in:
2023-12-22 12:32:23 -07:00
parent 9810ffdeb8
commit d102e52dfc
3 changed files with 16 additions and 7 deletions

5
go.mod
View File

@ -10,11 +10,12 @@ require (
require (
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
golang.org/x/sys v0.5.0 // indirect
github.com/stretchr/testify v1.8.3 // indirect
golang.org/x/sys v0.8.0 // indirect
modernc.org/libc v1.22.3 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/memory v1.5.0 // indirect