chore: prepare release v1.1.1
This commit is contained in:
@@ -12,7 +12,7 @@ Go programs that still want their configuration in TOML.
|
||||
## Install
|
||||
|
||||
```sh
|
||||
go get codeberg.org/petrbalvin/interpres
|
||||
go get sourcedock.dev/petrbalvin/interpres
|
||||
```
|
||||
|
||||
Requires Go 1.26 or newer. The module imports only the standard library.
|
||||
@@ -27,7 +27,7 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"codeberg.org/petrbalvin/interpres"
|
||||
"sourcedock.dev/petrbalvin/interpres"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
||||
Reference in New Issue
Block a user