diff options
author | Julien Dessaux | 2024-03-07 00:54:35 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-03-07 01:02:23 +0100 |
commit | 560becfd32dd7355547938f3c6229060dd395aab (patch) | |
tree | 42329f4e47c64349ae8a0205f867632ac52bcdc6 /stdlib/os/debian | |
parent | feat(stdlib): began adding systemd services support (diff) | |
download | gonf-560becfd32dd7355547938f3c6229060dd395aab.tar.gz gonf-560becfd32dd7355547938f3c6229060dd395aab.tar.bz2 gonf-560becfd32dd7355547938f3c6229060dd395aab.zip |
chore(repo): renamed gonf subfolder to something more traditional in go land
Diffstat (limited to 'stdlib/os/debian')
-rw-r--r-- | stdlib/os/debian/apt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/os/debian/apt.go b/stdlib/os/debian/apt.go index 77c3b21..5ece696 100644 --- a/stdlib/os/debian/apt.go +++ b/stdlib/os/debian/apt.go @@ -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" ) |