Renamed module from github.com/jakoubek/feragstring to git.sr.ht/~jakoubek/feragstring
This commit is contained in:
parent
4304874fa6
commit
1809aed887
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
*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 ;-)
|
*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
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go get -u github.com/jakoubek/feragstring
|
go get -u git.sr.ht/~jakoubek/feragstring
|
||||||
```
|
```
|
||||||
|
|
||||||
## Need commercial support?
|
## Need commercial support?
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
||||||
module github.com/jakoubek/feragstring
|
module git.sr.ht/~jakoubek/feragstring
|
||||||
|
|
||||||
go 1.14
|
go 1.14
|
||||||
|
|
Loading…
Reference in a new issue