Skip to content

Commit

Permalink
feat(go-to-gno): add slides, fix gno.mod (#51)
Browse files Browse the repository at this point in the history
* add slices, change gno mod

* fix import
  • Loading branch information
leohhhn authored Mar 24, 2024
1 parent 14f4c73 commit d162902
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module gno.land/p/demo/memeland
module gno.land/p/example/memeland

require (
gno.land/p/demo/avl v0.0.0-latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module gno.land/r/demo/memeland
module gno.land/r/example/memeland

require gno.land/p/demo/memeland v0.0.0-latest
require gno.land/p/example/memeland v0.0.0-latest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package memeland
import (
"time"

"gno.land/p/demo/memeland"
"gno.land/p/example/memeland"
)

var m *memeland.Memeland
Expand Down

0 comments on commit d162902

Please sign in to comment.