Skip to content

Commit 2434250

Browse files
author
September
committed
fix " missing internal package in std" by importing from source repo
1 parent d0277f4 commit 2434250

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/earlymoon/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package main
22

33
import (
4-
"earlymoon/internal/dns"
5-
"earlymoon/internal/help"
4+
"fmt"
65
"log"
7-
"fmt"
6+
"github.com/codedspit/earlymoon/internal/dns"
7+
"github.com/codedspit/earlymoon/internal/help"
88
)
99

1010
func main() {

0 commit comments

Comments
 (0)