Skip to content

Commit

Permalink
add deprecation comment to go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Aug 7, 2024
1 parent a2ee372 commit 88abae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ gen-swagger:
mod:
rm -f go.mod go.sum
go mod init github.com/${GIT_ORG}/${GIT_REPO}
printf "// Deprecated: use github.com/equinix/equinix-sdk-go instead.\n%s" "$$(cat go.mod)" > go.mod
go mod tidy

fmt:
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: use github.com/equinix/equinix-sdk-go instead.
module github.com/equinix-labs/fabric-go

go 1.22.0
Expand Down

0 comments on commit 88abae0

Please sign in to comment.