chore: prepare release v1.1.1
Release / release (push) Failing after 15s
Test / vet (push) Successful in 52s
Test / test (push) Failing after 16s
Test / toml-test (push) Successful in 44s

This commit is contained in:
2026-07-26 18:37:36 +02:00
parent eac3a60e9e
commit 818d863827
7 changed files with 34 additions and 23 deletions
+2 -2
View File
@@ -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 {