improved doc.go
This commit is contained in:
parent
1baec0ce1a
commit
1c0a92d420
2
doc.go
2
doc.go
|
@ -2,6 +2,6 @@
|
||||||
// Use of this source code is governed by a BSD
|
// Use of this source code is governed by a BSD
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// Package xorm provides is a simple and powerful ORM for Go. It makes
|
// Package xorm is a simple and powerful ORM for Go. It makes
|
||||||
// database operation simple.
|
// database operation simple.
|
||||||
package xorm
|
package xorm
|
||||||
|
|
Loading…
Reference in New Issue