mirror of
https://github.com/bestnite/sub2clash.git
synced 2026-06-18 12:08:17 +00:00
Reordered import statements across multiple files
for consistency
This commit is contained in:
+2
-1
@@ -2,9 +2,10 @@ package config
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/joho/godotenv"
|
||||
"os"
|
||||
"strconv"
|
||||
|
||||
"github.com/joho/godotenv"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
||||
Reference in New Issue
Block a user