JOJ3/internal/parsers/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

12 lines
410 B
Go

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