Skip to content

Commit a74e019

Browse files
committed
save
1 parent 3a6ed2e commit a74e019

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Service/system-service_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import (
1515
helpersErrors "github.com/codemodify/SystemKit/Helpers"
1616
helpersExec "github.com/codemodify/SystemKit/Helpers"
1717
helpersFiles "github.com/codemodify/SystemKit/Helpers"
18+
helpersJSON "github.com/codemodify/SystemKit/Helpers"
1819
helpersReflect "github.com/codemodify/SystemKit/Helpers"
1920
helpersUser "github.com/codemodify/SystemKit/Helpers"
2021
logging "github.com/codemodify/SystemKit/Logging"

Service/system-service_windows.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
svcMgr "golang.org/x/sys/windows/svc/mgr"
1414

1515
helpersExec "github.com/codemodify/SystemKit/Helpers"
16+
helpersJSON "github.com/codemodify/SystemKit/Helpers"
1617
helpersReflect "github.com/codemodify/SystemKit/Helpers"
1718
logging "github.com/codemodify/SystemKit/Logging"
1819
loggingC "github.com/codemodify/SystemKit/Logging/Contracts"

0 commit comments

Comments
 (0)