fuego

package module
v0.0.0-...-e261d4f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2023 License: MIT Imports: 4 Imported by: 0

README

Fuego

A template engine for Go focused on code generation and embedded functions rather than dynamic evaluation. Kinda like ERB but for Go.

License

The code is subject to the MIT license.

Documentation

Index

Constants

View Source
const VERSION = "0.1.0"

VERSION is the package version

Variables

This section is empty.

Functions

func ParseBytes

func ParseBytes(b []byte) ([]byte, error)

ParseBytes parses a template from byte array

func ParseRunes

func ParseRunes(runes []rune) ([]byte, error)

ParseRunes parses a template from rune array

func ParseString

func ParseString(s string) ([]byte, error)

ParseString parses a template from string

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL