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

How to build/run it? #11

Closed
bcodus opened this issue Nov 4, 2021 · 1 comment
Closed

How to build/run it? #11

bcodus opened this issue Nov 4, 2021 · 1 comment
Labels
question Further information is requested

Comments

@bcodus
Copy link

bcodus commented Nov 4, 2021

This may sound stupid but I could not figure out how to build/run this. I added main.go but get some error.


~/go/src/thinkgo$ go build
can't load package: package thinkgo: found packages main (main.go) and thinkgo (pipeline.go) in /home/pc/go/src/thinkgo

go.mod:

module thinkgo

go 1.14

require (
	github.com/forgoer/thinkgo v1.0.0
	github.com/gomodule/redigo v2.0.0+incompatible
	github.com/stretchr/testify v1.5.1
)
@leeqvip
Copy link
Contributor

leeqvip commented Nov 9, 2021

@bcodus You can modify the package name of your application to avoid using the same package name as thinkgo .

@leeqvip leeqvip added the question Further information is requested label Nov 9, 2021
@leeqvip leeqvip closed this as completed Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants