change package name to xorm.io/core

This commit is contained in:
Lunny Xiao 2019-06-17 13:27:01 +08:00
parent ccc80c1adf
commit a31f536370
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/go-xorm/core
module xorm.io/core
require (
github.com/go-sql-driver/mysql v1.4.1