Skip to content

Commit d340ee3

Browse files
authored
chore: reorganize repo (#15)
1 parent 59d8578 commit d340ee3

File tree

16 files changed

+9
-5
lines changed

16 files changed

+9
-5
lines changed
File renamed without changes.

001_gno_cli/gno.mod

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module gno.land/r/getting_started/001_gno_cli
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

003_debug_gno_code/gno.mod

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module gno.land/r/getting_started/003_debug_gno_code
File renamed without changes.
File renamed without changes.

004_publishing_contracts/gno.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module gno.land/r/getting_started/004_publishing_contracts
2+
3+
require (
4+
gno.land/p/demo/ufmt v0.0.0-latest
5+
)
File renamed without changes.

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
install:
22
@# install using go.mod
3+
go mod download
34
go install github.com/gnolang/gno/gnovm/cmd/gno
5+
go install github.com/gnolang/gno/gno.land/cmd/gnokey

gno.mod

-5
This file was deleted.

0 commit comments

Comments
 (0)