Skip to content

Commit

Permalink
transfer module name
Browse files Browse the repository at this point in the history
  • Loading branch information
askuy committed May 3, 2022
1 parent aa91a24 commit c14f68d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# gotoant
# eant
GO结构体转换为Ant Design Pro设计规范

* [ * ] Select
* Select
* TreeSelect
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/gotomicro/gotoant
module github.com/ego-component/eant

go 1.15
go 1.17
2 changes: 1 addition & 1 deletion select.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gotoant
package eant

// Select ant design select结构 https://ant.design/components/select-cn/#Option-props
type AntSelect struct {
Expand Down
2 changes: 1 addition & 1 deletion tree_select.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gotoant
package eant

// TreeSelect ant design树形结构 https://ant.design/components/tree-select-cn/#TreeNode-props
// Tree https://ant.design/components/tree-cn/#TreeNode-props
Expand Down

0 comments on commit c14f68d

Please sign in to comment.