This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_GAAS_GFrame_BACKEND
Watch
2
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
修改了接口类型和方法类型的注释
pull/226/head
allanwei
3 years ago
parent
73ac1804e0
commit
90794dde77
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
container/Interface.go
+1
-1
container/Method.go
+ 1
- 1
container/Interface.go
View File
@ -6,5 +6,5 @@ import (
"reflect"
)
// 接口
// 接口
类型
type
Interface
reflect
.
Type
+ 1
- 1
container/Method.go
View File
@ -6,5 +6,5 @@ import (
"reflect"
)
// 方法
// 方法
类型
type
Method
reflect
.
Type
Write
Preview
Loading…
Cancel
Save