mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-29 14:46:38 +08:00
8 lines
64 B
Go
8 lines
64 B
Go
package init
|
|
|
|
import "testing"
|
|
|
|
func init() {
|
|
testing.Init()
|
|
}
|