mirror of
https://github.com/boolean-maybe/tiki
synced 2026-04-21 13:37:20 +00:00
7 lines
113 B
Go
7 lines
113 B
Go
package view
|
|
|
|
import "github.com/boolean-maybe/tiki/internal/teststatuses"
|
|
|
|
func init() {
|
|
teststatuses.Init()
|
|
}
|