-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "feat: add p/nestedpkg (#2342)"
This reverts commit 77ceda4.
- Loading branch information
1 parent
a825344
commit fbdef6f
Showing
5 changed files
with
1 addition
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
module gno.land/p/demo/nestedpkg | ||
|
||
require gno.land/r/demo/tests v0.0.0-latest | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
module gno.land/r/demo/tests | ||
|
||
require ( | ||
gno.land/p/demo/nestedpkg v0.0.0-latest | ||
gno.land/r/demo/tests/subtests v0.0.0-latest | ||
) | ||
require gno.land/r/demo/tests/subtests v0.0.0-latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters