update module
test / release-check (push) Has been skipped
test / 1.25/macos-14 (push) Has been cancelled
test / 1.25/macos-latest (push) Has been cancelled
test / 1.25/ubuntu-latest (push) Has been cancelled
test / 1.25/windows-latest (push) Has been cancelled
test / 1.26/macos-14 (push) Has been cancelled
test / 1.26/macos-latest (push) Has been cancelled
test / 1.26/ubuntu-latest (push) Has been cancelled
test / 1.26/windows-latest (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled

This commit is contained in:
2026-04-14 12:40:39 +03:00
parent d4c88c121f
commit a3d46d52a8
44 changed files with 98 additions and 98 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"io"
"os"
"github.com/pelletier/go-toml/v2"
"git.ostiwe.com/ostiwe/go-toml/v2"
)
type ConvertFn func(r io.Reader, w io.Writer) error