feat(test_by_yulang):add test func
This commit is contained in:
parent
f768f361c1
commit
9fd9be29a3
|
@ -0,0 +1,6 @@
|
|||
package lrutest
|
||||
|
||||
|
||||
func Test(a int) bool{
|
||||
return a==1
|
||||
}
|
Loading…
Reference in New Issue