An open API service indexing awesome lists of open source software.

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

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
```