Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

v0 source realm

Readme View source

fork of leon/fosdem25/microposts

removing optional lines to make the code more concise for slides.

Original work here: https://gno.land/r/leon/fosdem25/microposts


Part of moul/gno-contracts — moul's versioned gno.land contracts. See the repository for the full catalog, build/test tooling, and usage.

⚠️ Disclaimer: provided as-is, without warranty; not security-audited. Full disclaimer: DISCLAIMER.

Functions 2

Types 1

type Post

struct
1type Post struct {
2	text      string
3	author    address
4	createdAt time.Time
5}
source

Methods on Post

func String

method on Post
1func (p Post) String() string
source

Imports 3

  • chain/runtime/unsafe stdlib
  • strconv stdlib
  • time stdlib

Source Files 4