JOJ3/internal/executors/all.go
张佳澈520370910044 be21a16293
All checks were successful
continuous-integration/drone/push Build is passing
feat(ClangTidy-struct): Setup of ClangTidy struct, copied from Dummy
2024-03-29 15:08:37 +08:00

11 lines
348 B
Go

package executors
import (
_ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/executors/clang_tidy"
_ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/executors/dummy"
_ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/executors/sandbox"
)
// this file does nothing but imports to ensure all the init() functions
// in the subpackages are called