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 pure

Package greet is a tiny pure package used as a canary: it proves that versioned cross-package resolution (gno.land/p/...

Readme View source

gno.land/p/moul/greet/v0

Canary pure package: greeting helper (demonstrates versioned cross-package resolution).


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.

Overview

Package greet is a tiny pure package used as a canary: it proves that versioned cross-package resolution (gno.land/p/moul/greet/v0) works in the workspace and in CI. Replace or remove it once real packages land.

Functions 1

func Greet

1func Greet(name string) string
source

Greet returns a friendly greeting for name (defaults to "world").

Imports 1

  • strings stdlib

Source Files 3