chore(repo): renamed gonf subfolder to something more traditional in go land

This commit is contained in:
Julien Dessaux 2024-03-07 00:54:35 +01:00
parent 3b9af43738
commit 560becfd32
Signed by: adyxax
GPG key ID: F92E51B86E07177E
14 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ import (
"os/exec"
"strings"
"git.adyxax.org/adyxax/gonf/v2/gonf"
gonf "git.adyxax.org/adyxax/gonf/v2/pkg"
"git.adyxax.org/adyxax/gonf/v2/stdlib/os/systemd"
)

View file

@ -4,7 +4,7 @@ import (
"errors"
"os/exec"
"git.adyxax.org/adyxax/gonf/v2/gonf"
gonf "git.adyxax.org/adyxax/gonf/v2/pkg"
)
func Promise() {