fosshelp
Custom Search
Wednesday, January 29, 2020
go golang rename all imports
rename all
github.com/xxxx
to
gitlab.com/yyyy
$ find -type f -exec ex -sc '%s/github.com\/xxxx/gitlab.com\/yyyy/g' -cx {} ';'
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)