gitee.com/quant1x/engine@v1.8.4/cache/cache_code_test.go (about)

     1  package cache
     2  
     3  import (
     4  	"fmt"
     5  	"testing"
     6  )
     7  
     8  func TestCacheIdPath(t *testing.T) {
     9  	code := "600072"
    10  	code = "000001"
    11  	v := CacheIdPath(code)
    12  	fmt.Println(v)
    13  }