Skip to content

Commit b64eaf7

Browse files
author
September
committed
cleaning code
1 parent 2434250 commit b64eaf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/earlymoon/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ package main
33
import (
44
"fmt"
55
"log"
6+
67
"github.com/codedspit/earlymoon/internal/dns"
78
"github.com/codedspit/earlymoon/internal/help"
89
)
910

1011
func main() {
1112
// Parse arguments
1213
args := help.ParseArgs()
13-
14+
1415
// Handle arguments
1516
help.HandleArgs(args)
1617

@@ -28,4 +29,3 @@ func main() {
2829
// Print response
2930
fmt.Println(response)
3031
}
31-

0 commit comments

Comments
 (0)