Is github.com/go-xorm/xorm still in using? #22

Closed
opened 2020-03-19 04:50:08 +00:00 by lightning · 1 comment
Contributor

As xorm had moved to gitea, should we use xorm.io/xorm instead of github.com/go-xorm/xorm?
For example:

import (
	_ "github.com/lib/pq"
	"xorm.io/xorm"
)
As xorm had moved to gitea, should we use `xorm.io/xorm` instead of `github.com/go-xorm/xorm`? For example: ```go import ( _ "github.com/lib/pq" "xorm.io/xorm" ) ```
Owner

@lightning Yes, you should use xorm.io/xorm instead of github.com/go-xorm/xorm.

@lightning Yes, you should use `xorm.io/xorm` instead of `github.com/go-xorm/xorm`.
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/manual-en-US#22
No description provided.