Registry / networking / darkweak-go-esi

darkweak-go-esi

JSON →
library0.0.6gogounverified

Edge Side Includes (ESI) parser and processor for Go.

go get github.com/darkweak/go-esi
INSTALL
IMPORT
SIG · DARKWEAK-GO-ESI
D
darkweak-go-esi
networkinggov0.0.6
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.

esi
github.com/darkweak/go-esi

Parse an ESI tag

package main import ( "fmt" "github.com/darkweak/go-esi" ) func main() { result, err := esi.Parse("<esi:include src=\"/test\"/>") if err != nil { panic(err) } fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
darkweak-go-esi — go get darkweak-go-esi · libregistry