mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
10 lines
124 B
Go
10 lines
124 B
Go
package extend
|
|
|
|
import (
|
|
"github.com/injoyai/tdx"
|
|
)
|
|
|
|
func GetBjCodes() ([]*tdx.BjCode, error) {
|
|
return tdx.GetBjCodes()
|
|
}
|