chore(repo): renamed gonf subfolder to something more traditional in go land
This commit is contained in:
parent
3b9af43738
commit
560becfd32
14 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import (
|
||||||
"os/exec"
|
"os/exec"
|
||||||
"strings"
|
"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"
|
"git.adyxax.org/adyxax/gonf/v2/stdlib/os/systemd"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"errors"
|
"errors"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
|
|
||||||
"git.adyxax.org/adyxax/gonf/v2/gonf"
|
gonf "git.adyxax.org/adyxax/gonf/v2/pkg"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Promise() {
|
func Promise() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue