Skip to content

Commit 42c1f8a

Browse files
authored
chore: goclient: Change to an active example page (#201)
The goclient example call the Render function to show an example page. In the past, the default gnoland node had posts in the r/demo/boards realm. But it doesn't anymore. Change to r/gnoland/pages which does have content. `go run . uds` shows: ``` 2025/05/15 13:36:37 <main class='gno-tmpl-page'> # Partnerships ### Fund and Grants Program Are you a builder, tinkerer, or researcher? If you’re looking to create awesome dApps, tooling, infrastructure, or smart contract libraries on gno.land, you can apply for a grant. The gno.land Ecosystem Fund and Grants program provides financial contributions for individuals and teams to innovate on the platform. ... ``` Signed-off-by: Jeff Thompson <[email protected]>
1 parent ca84131 commit 42c1f8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/go/goclient/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ func exampleAction(client _goconnect.GnoNativeServiceClient) error {
134134
res, err := client.Render(
135135
context.Background(),
136136
connect.NewRequest(&api_gen.RenderRequest{
137-
PackagePath: "gno.land/r/demo/boards",
138-
Args: "gnonative/1",
137+
PackagePath: "gno.land/r/gnoland/pages",
138+
Args: "p/partners",
139139
}),
140140
)
141141
if err != nil {

0 commit comments

Comments
 (0)