We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53c56d commit daf6d47Copy full SHA for daf6d47
README.md
@@ -67,7 +67,7 @@ You will need Go 1.22 or later to install pago.
67
Once Go is installed on your system, run the following command:
68
69
```
70
-go install github.com/dbohdan/pago@latest
+go install dbohdan.com/pago@latest
71
72
73
Shell completion files for Bash and fish are available in [`completions/`](completions/).
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/dbohdan/pago
+module dbohdan.com/pago
2
3
go 1.22
4
main.go
@@ -81,7 +81,7 @@ const (
81
maxStepsPerChar = 1000
82
nameInvalidChars = `[\n]`
83
storePath = "store"
84
- version = "0.9.0"
+ version = "0.9.1"
85
waitForSocket = 3 * time.Second
86
87
clipEnv = "PAGO_CLIP"
0 commit comments