mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-29 02:52:47 +08:00
9 lines
138 B
Go
9 lines
138 B
Go
//go:build mysql || full || mini
|
|
// +build mysql full mini
|
|
|
|
package build
|
|
|
|
import (
|
|
_ "github.com/p4gefau1t/trojan-go/statistic/mysql"
|
|
)
|