gitee.com/quant1x/engine@v1.8.4/datasource/dfcf/capital_test.go (about)

     1  package dfcf
     2  
     3  import (
     4  	"fmt"
     5  	"testing"
     6  	"time"
     7  )
     8  
     9  func TestCapitalChange(t *testing.T) {
    10  	code := "600115"
    11  	v := CapitalChange(code)
    12  	fmt.Println(v)
    13  	fmt.Println(time.Local)
    14  }