コード例 #1
0
ファイル: helpers_test.go プロジェクト: JC1738/raymond
func linkHelper(prefix string, options *raymond.Options) string {
	return fmt.Sprintf(`<a href="%s/%s">%s</a>`, prefix, options.ValueStr("url"), options.ValueStr("text"))
}