update url and tidy README.md

This commit is contained in:
mleku
2023-11-24 05:03:51 +00:00
parent a893b2e906
commit f56c3d10be
2 changed files with 2 additions and 3 deletions

View File

@@ -3,5 +3,4 @@
appdata does one thing - gives you operating system specific data directories
that your application can write to.
It is taken from
[btcutil](https://github.com/btcsuite/btcd/blob/4171854739fa2590a99c486341209d3aea8404dc/btcutil/appdata.go)
It is taken from [btcutil](https://github.com/btcsuite/btcd/blob/4171854739fa2590a99c486341209d3aea8404dc/btcutil/appdata.go).

2
go.mod
View File

@@ -1,3 +1,3 @@
module github.com/p9dev/appdata
module github.com/p9ds/appdata
go 1.21.4