forked from p93542168/wheat-cache
doc(yulang_add):add doc
This commit is contained in:
parent
78ee204877
commit
c321d6865d
|
@ -0,0 +1,5 @@
|
|||
### 前端技术选择
|
||||
- react框架
|
||||
- 组件(antd或React-bootstrap或其他css组件)
|
||||
- 图表库(BizCharts)
|
||||
- axios
|
|
@ -1,6 +0,0 @@
|
|||
package lrutest
|
||||
|
||||
|
||||
func Test(a int) bool{
|
||||
return a==1
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
package lrutest
|
||||
|
||||
import (
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestTest(t *testing.T) {
|
||||
ts , err := Test(2)
|
||||
require.NoError(t, err)
|
||||
require.Regexp(t, '\d', ts)
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue