helpers – github.com/gobuffalo/helpers Index | Files | Directories

package helpers

import "github.com/gobuffalo/helpers"

Index

Constants

const Version = "v0.6.7"

Version of helpers

Variables

var ALL = func() hctx.Map {
	return hctx.Merge(
		BootstrapForms,
		Content,
		Debug,
		Encoders,
		Env,
		Escapes,
		Inflections,
		Iterators,
		Meta,
		Paths,
		Tags,
		Text,
	)
}
var BootstrapForms = bootstrap.New()
var Content = content.New()
var Debug = debug.New()
var Encoders = encoders.New()
var Env = env.New()
var Escapes = escapes.New()
var Forms = forms.New()
var Inflections = inflections.New()
var Iterators = iterators.New()
var Meta = meta.New()
var Paths = paths.New()
var Tags = tags.New()
var Text = text.New()

Source Files

helpers.go version.go

Directories

PathSynopsis
content
debug
encoders
env
escapes
forms
forms/bootstrap
hctx
helptest
inflections
iterators
meta
paths
tags
text
Version
v0.6.10 (latest)
Published
May 16, 2025
Platform
linux/amd64
Imports
14 packages
Last checked
3 days ago

Tools for package owners.