1
0
Эх сурвалжийг харах

fixing auto-format change

Kyle Duren 1 жил өмнө
parent
commit
0e6a483b2f
1 өөрчлөгдсөн 8 нэмэгдсэн , 7 устгасан
  1. 8 7
      cmd/serve.go

+ 8 - 7
cmd/serve.go

@@ -5,6 +5,13 @@ package cmd
 import (
 	"errors"
 	"fmt"
+	"github.com/stripe/stripe-go/v74"
+	"github.com/urfave/cli/v2"
+	"github.com/urfave/cli/v2/altsrc"
+	"heckel.io/ntfy/v2/log"
+	"heckel.io/ntfy/v2/server"
+	"heckel.io/ntfy/v2/user"
+	"heckel.io/ntfy/v2/util"
 	"io/fs"
 	"math"
 	"net"
@@ -16,13 +23,7 @@ import (
 	"syscall"
 	"time"
 
-	"github.com/stripe/stripe-go/v74"
-	"github.com/urfave/cli/v2"
-	"github.com/urfave/cli/v2/altsrc"
-	"heckel.io/ntfy/v2/log"
-	"heckel.io/ntfy/v2/server"
-	"heckel.io/ntfy/v2/user"
-	"heckel.io/ntfy/v2/util"
+	
 )
 
 func init() {