Browse Source

fix qs package name

Aneurin Barker Snook 1 year ago
parent
commit
d51c1846ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -1,3 +1,3 @@
-module github.com/recipeer/go/query
+module github.com/recipeer/go/qs
 
 go 1.21.1