https://github.com/eginez/go-import-change
migrate imports in your go packages
https://github.com/eginez/go-import-change
Last synced: 3 months ago
JSON representation
migrate imports in your go packages
- Host: GitHub
- URL: https://github.com/eginez/go-import-change
- Owner: eginez
- Created: 2017-12-02T23:33:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T02:16:02.000Z (over 7 years ago)
- Last Synced: 2025-01-23T06:45:49.648Z (5 months ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-import-change
Change imports in your go projects```go
go get -u -v github.com/eginez/go-import-change
```To use the tool
```go
go-import-change --package "/path/to/package" --from github.com --to github.org --dryRun true
```