/** * @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) }