mirror of
https://github.com/boolean-maybe/tiki
synced 2026-04-21 21:47:36 +00:00
7 lines
115 B
Go
7 lines
115 B
Go
package plugin
|
|
|
|
import "github.com/boolean-maybe/tiki/internal/teststatuses"
|
|
|
|
func init() {
|
|
teststatuses.Init()
|
|
}
|