Registry / web-framework / gobuffalo-tags

gobuffalo-tags

JSON →
library2.1.7+incompatiblegogounverified

Package tags provides HTML tag building utilities for Go web applications.

go get github.com/gobuffalo/tags
INSTALL
IMPORT
SIG · GOBUFFALO-TAGS
G
gobuffalo-tags
web-frameworkgov2.1.7+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tags
github.com/gobuffalo/tags

Create an HTML div tag

package main import ( "fmt" "github.com/gobuffalo/tags" ) func main() { t := tags.New("div", tags.Options{"class": "container"}) fmt.Println(t) }
Debug
Known issues
gotchaVersion 2.1.7+incompatible indicates it may not follow Go modules semantic versioning
fix
Use a newer compatible version or check for breaking changes
affects: >=2.0.0
Upgrade
Version history
2.1.7+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gobuffalo-tags — go get gobuffalo-tags · libregistry