Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/txtarPublic

Generate txtar from CLI

NotificationsYou must be signed in to change notification settings

moul/txtar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Generate txtar from CLI.

Usinghttps://golang.org/x/tools/txtar.

Install

go install moul.io/txtar

Example

$ 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp