Skip to content

Commit

Permalink
fix: bad module naming in gov package (gnolang#2339)
Browse files Browse the repository at this point in the history
This PR addresses the issue of poor module naming introduced in the
recent merge gnolang#1945.

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>

Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton authored Jun 12, 2024
1 parent 145f612 commit 719ee92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/gno.land/p/gov/proposal/gno.mod
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module proposal
module gno.land/p/gov/proposal
2 changes: 1 addition & 1 deletion examples/gno.land/r/gnoland/valopers/gno.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module valopers
module gno.land/r/gnoland/valopers

require (
gno.land/p/demo/ownable v0.0.0-latest
Expand Down
2 changes: 1 addition & 1 deletion examples/gno.land/r/gov/dao/gno.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module govdao
module gno.land/r/gov/dao

require gno.land/p/gov/proposal v0.0.0-latest
2 changes: 1 addition & 1 deletion examples/gno.land/r/gov/proposals/prop1/gno.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module prop1
module gno.land/r/gov/proposals/prop1

require (
gno.land/r/gov/dao v0.0.0-latest
Expand Down

0 comments on commit 719ee92

Please sign in to comment.