Skip to content
/ sed Public

`sed -i` in Go for consistent tooling cross-platform

License

Notifications You must be signed in to change notification settings

goware/sed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sed

Not really sed at the moment, but a tool that can be used to replace some string in all files that match a pattern.

cmd/sed 'XXX' 'YYY' './*/*.go'
cmd/sed -dryrun 'XXX' 'YYY' './*/*.go'

About

`sed -i` in Go for consistent tooling cross-platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages