We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ebd31 commit 33206f2Copy full SHA for 33206f2
.github/workflows/tests.yaml
@@ -1,4 +1,4 @@
1
-name: Go Build and Release
+name: Unit tests
2
3
on:
4
push:
README.md
@@ -1,7 +1,7 @@
# go-qs
-[](https://pkg.go.dev/github.com/globocom/go-qs)
+[](https://pkg.go.dev/github.com/globocom/go-qs) [](https://github.com/globocom/go-qs/actions/workflows/tests.yaml)
5
6
> Parse and decode URL query strings into nested Go data structures. Compatible with [javascript qs](npmjs.com/package/qs).
7
0 commit comments