Skip to content

Commit

Permalink
rename pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Nov 15, 2024
1 parent 3b4f56b commit d0a0286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/gno.land/r/demo/hello/gno.mod

This file was deleted.

1 change: 1 addition & 0 deletions examples/gno.land/r/demo/hello_world/gno.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module gno.land/r/demo/hello_world
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package hello demonstrates the usage of the Render() function.
// Package hello_world demonstrates the usage of the Render() function.
// Render() can be called via the vm/qrender ABCI query off-chain to retrieve
// realm state or any other custom data defined by the realm developer.
// The vm/qrender query allows for additional data to be passed in with the call
Expand All @@ -7,7 +7,7 @@
// depending on the data which is passed in, such as pagination, admin dashboards, and more.
// Check out other example realms and packages for more advanced use-cases, such as
// r/gnoland/blog, r/gnoland/events, r/demo/hof, etc.
package hello
package hello_world

func Render(path string) string {
if path == "" {
Expand Down

0 comments on commit d0a0286

Please sign in to comment.