All checks were successful
continuous-integration/drone/push Build is passing
11 lines
348 B
Go
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
|