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:
@@ -207,7 +207,7 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
- 函数列表:
|
||||
- Function list:
|
||||
|
||||
```go
|
||||
func CreateFile(path string) bool // create a file in path
|
||||
|
||||
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user