Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sed command fails to update package path in go files #22

Open
sainak opened this issue Jan 13, 2023 · 0 comments
Open

sed command fails to update package path in go files #22

sainak opened this issue Jan 13, 2023 · 0 comments

Comments

@sainak
Copy link

sainak commented Jan 13, 2023

sed -i bkp s/joshsoftware\\\/golang-boilerplate/$PACKAGE_S/g *.go
sed -i bkp s/joshsoftware\\\/golang-boilerplate/$PACKAGE_S/g */*.go

this fails to rename package path in go files with this error message sed: can't find label for jump to `kp'

bash: 5.1.16
GNU sed: 4.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant