Skip to content

Commit c946ada

Browse files
committed
Move files back, use build tags
1 parent 655bcca commit c946ada

32 files changed

+64
-0
lines changed

.tools-to-be-migrated/actions.go renamed to pkg/github/actions.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build ignore
2+
13
package github
24

35
import (

.tools-to-be-migrated/actions_test.go renamed to pkg/github/actions_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build ignore
2+
13
package github
24

35
import (

.tools-to-be-migrated/code_scanning.go renamed to pkg/github/code_scanning.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build ignore
2+
13
package github
24

35
import (

.tools-to-be-migrated/code_scanning_test.go renamed to pkg/github/code_scanning_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build ignore
2+
13
package github
24

35
import (

.tools-to-be-migrated/dependabot.go renamed to pkg/github/dependabot.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build ignore
2+
13
package github
24

35
import (

.tools-to-be-migrated/dependabot_test.go renamed to pkg/github/dependabot_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build ignore
2+
13
package github
24

35
import (

.tools-to-be-migrated/discussions.go renamed to pkg/github/discussions.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build ignore
2+
13
package github
24

35
import (

.tools-to-be-migrated/discussions_test.go renamed to pkg/github/discussions_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build ignore
2+
13
package github
24

35
import (

.tools-to-be-migrated/dynamic_tools.go renamed to pkg/github/dynamic_tools.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build ignore
2+
13
package github
24

35
import (

.tools-to-be-migrated/gists.go renamed to pkg/github/gists.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build ignore
2+
13
package github
24

35
import (

0 commit comments

Comments
 (0)