Skip to content

Commit

Permalink
add comment, fixup readme (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn authored Mar 22, 2024
1 parent 18e31b0 commit 442d0cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions presentations/2024-03-23--seoul-go-to-gno--leon/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Go to Gno Builder Challenge

Welcome to the Go to Gno Builder Challenge. Check out the sections below
Welcome to the **Go to Gno Builder Challenge**.
The Challenge is to write the Memeland package from scratch.

Check out the sections below
to get started.

## Installation
Expand Down Expand Up @@ -41,8 +44,6 @@ make install.gnodev

## Start the Challenge

The Challenge is to write the Memeland package from scratch.

In the `api/p/memeland` folder you will be able to find the
[template package file](./memeland/api/p/memeland/memeland.gno), as well
as tests that should be passing when you are done with the Challenge.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func PostsToJSONString(posts []*Post) string {
}

// PostToJSONString returns a Post formatted as a JSON string
// Note: Gno currently does not support reflection, which is why JSON marshalling is unavailable
func PostToJSONString(post *Post) string {
var sb strings.Builder

Expand Down

0 comments on commit 442d0cd

Please sign in to comment.