Skip to content

Commit 35c9c3d

Browse files
author
David Cavazos
committed
move tools directory
1 parent 9ba7912 commit 35c9c3d

File tree

19 files changed

+7
-6
lines changed

19 files changed

+7
-6
lines changed
File renamed without changes.

.github/workflows/samples-tools/cmd/main.go renamed to .github/cloud-samples-tools/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
package main
1818

1919
import (
20+
"cloud-samples-tools/pkg/utils"
2021
"encoding/json"
2122
"fmt"
2223
"log"
2324
"os"
24-
"samples-tools/pkg/utils"
2525
"strings"
2626
)
2727

.github/cloud-samples-tools/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module cloud-samples-tools
2+
3+
go 1.22.0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)