Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

go fmt go file warning #1454

Open
madneal opened this issue Oct 7, 2019 · 1 comment
Open

go fmt go file warning #1454

madneal opened this issue Oct 7, 2019 · 1 comment
Labels

Comments

@madneal
Copy link

madneal commented Oct 7, 2019

Go:1.13
when go fmt the go file which including requirement to "github.com/go-xorm/core":

/usr/local/go/bin/go fmt /Users/neal/project/gshark/models/models.go #gosetup
go: github.com/go-xorm/core: github.com/go-xorm/core@v0.6.3: parsing go.mod:
	module declares its path as: xorm.io/core
	        but was required as: github.com/go-xorm/core

go.mod

	github.com/go-xorm/core v0.6.2
	github.com/go-xorm/xorm v0.7.1
@lunny
Copy link
Member

lunny commented Oct 8, 2019

xorm.io/core

@lunny lunny added the question label Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants