Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
moul/txtar
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Generate txtar from CLI.
Usinghttps://golang.org/x/tools/txtar.
go install moul.io/txtar$ txtar .-- README.md --# `txtar`Generate txtar from CLI.Using https://golang.org/x/tools/txtar.## Install go install moul.io/txtar## Example $ txtar . [redacted]-- go.mod --module moul.io/txtargo 1.20require golang.org/x/tools v0.12.0-- go.sum --golang.org/x/tools v0.12.0 h1:YW6HUoUmYBpwSgyaGaZq1fHjrBjX1rlpZ54T6mu2kss=golang.org/x/tools v0.12.0/go.mod h1:Sc0INKfu04TlqNoRA1hgpFZbhYXHPr4V5DzpSBTPqQM=-- main.go --package mainimport ("flag""fmt""io/ioutil""os""path/filepath""strings""golang.org/x/tools/txtar")func main() {[redacted]}About
Generate txtar from CLI
Resources
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.