1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

fmt: gofmt random_test.go

This commit is contained in:
dudaodong
2021-12-01 20:38:54 +08:00
parent 2e04a41f34
commit b7bb7c6ae0
2 changed files with 9 additions and 3 deletions

View File

@@ -207,7 +207,7 @@ func main() {
}
```
- 函数列表
- Function list
```go
func CreateFile(path string) bool // create a file in path

View File

@@ -1,3 +1,11 @@
/*
* @Descripttion:
* @version: v1.0.0
* @Author: dudaodong@kingsoft.com
* @Date: 2021-11-29 11:43:28
* @LastEditors: dudaodong@kingsoft.com
* @LastEditTime: 2021-12-01 18:05:29
*/
package random
import (
@@ -60,6 +68,4 @@ func TestRandBytes(t *testing.T) {
t.FailNow()
}
}