Skip to content

Commit

Permalink
transform: fix module path
Browse files Browse the repository at this point in the history
We are not Go stdlib. Use a module path with the github repo.
  • Loading branch information
dolmen committed Jul 20, 2023
1 parent b002fb6 commit ef7895d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transform/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module transform
module github.com/shpota/goxygen/transform

go 1.20

0 comments on commit ef7895d

Please sign in to comment.