create project
This commit is contained in:
23
fund/fund_test.go
Normal file
23
fund/fund_test.go
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @Author: jager
|
||||
* @Email: lhj168os@gmail.com
|
||||
* @File: fund_test
|
||||
* @Date: 2021/12/1 3:23 下午
|
||||
* @package: fund
|
||||
* @Version: v1.0.0
|
||||
*
|
||||
* @Description:
|
||||
*
|
||||
*/
|
||||
|
||||
package fund
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test_Fund(t *testing.T) {
|
||||
msg := FundsMsg()
|
||||
fmt.Println(msg)
|
||||
}
|
||||
Reference in New Issue
Block a user