Skip to content

Commit 30aeea6

Browse files
committed
refactor: go fix
1 parent dabdb0f commit 30aeea6

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

internal/db/mysql.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build ignore
2-
// +build ignore
32

43
package db
54

internal/db/postgres.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build ignore
2-
// +build ignore
32

43
package db
54

internal/db/sqlite.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build ignore
2-
// +build ignore
32

43
package db
54

internal/deploy/agent_unix.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !windows
2-
// +build !windows
32

43
// Copyright (c) 2026 Keymaster Team
54
// Keymaster - SSH key management system

internal/deploy/agent_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build windows
2-
// +build windows
32

43
// Copyright (c) 2026 Keymaster Team
54
// Keymaster - SSH key management system

0 commit comments

Comments
 (0)