Renamed module from github.com/jakoubek/feragstring to git.sr.ht/~jakoubek/feragstring

This commit is contained in:
Oliver Jakoubek 2024-04-16 20:24:06 +02:00
parent 4304874fa6
commit 1809aed887
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,3 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/jakoubek/feragstring)](https://goreportcard.com/report/github.com/jakoubek/feragstring)
# feragstring
*feragstring* is a Go package for creating a FERAG string file programmatically. If you don't know what FERAG (the company) or a FERAG string is you probably don't need this package ;-)
@ -83,7 +81,7 @@ feragString := fs.PrintOut()
## Installation
```bash
go get -u github.com/jakoubek/feragstring
go get -u git.sr.ht/~jakoubek/feragstring
```
## Need commercial support?

2
go.mod
View file

@ -1,3 +1,3 @@
module github.com/jakoubek/feragstring
module git.sr.ht/~jakoubek/feragstring
go 1.14