Registry / utility / benhoyt-goawk

benhoyt-goawk

JSON →
library1.31.0gogounverified

Package goawk is an implementation of AWK with CSV support.

go get github.com/benhoyt/goawk
INSTALL
IMPORT
SIG · BENHOYT-GOAWK
B
benhoyt-goawk
utilitygov1.31.0
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.

goawk
github.com/benhoyt/goawk

Execute an AWK program

package main import ( "fmt" "github.com/benhoyt/goawk" ) func main() { result, _ := goawk.Exec("BEGIN { print \"Hello, AWK!\" }") fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Meta
1
Amazon
1
OpenAI (training)
1
Resources
benhoyt-goawk — go get benhoyt-goawk · libregistry