https://github.com/frobware/go-wordexp
Go binding to wordexp(3)
https://github.com/frobware/go-wordexp
cgo golang-library
Last synced: 7 months ago
JSON representation
Go binding to wordexp(3)
- Host: GitHub
- URL: https://github.com/frobware/go-wordexp
- Owner: frobware
- License: isc
- Created: 2017-02-07T16:04:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T19:24:46.000Z (over 8 years ago)
- Last Synced: 2025-02-24T07:38:24.547Z (7 months ago)
- Topics: cgo, golang-library
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/frobware/go-wordexp)
[](https://godoc.org/github.com/frobware/go-wordexp)
[](http://codecov.io/github/frobware/go-wordexp?branch=master)
[](https://goreportcard.com/report/github.com/frobware/go-wordexp)# go-wordexp
This is a Cgo wrapper around wordexp(3) and explicitly passes
WRDE_NOCMD | WRDE_UNDEF ("don't do command substitution", "treat
undefined variables as errors") as flags to wordexp(3).Head to the [Go documentation](https://godoc.org/github.com/frobware/go-wordexp) to see available methods and examples.