JOJ3/internal/parsers/cpplint/meta.go
张泊明518370910136 b40072a485
All checks were successful
build-image / create-empty-commit (push) Successful in 5s
checks / build (push) Successful in 1m19s
feat: rename module
2024-09-30 22:04:18 -04:00

10 lines
155 B
Go

package cpplint
import "github.com/joint-online-judge/JOJ3/internal/stage"
var name = "cpplint"
func init() {
stage.RegisterParser(name, &Cpplint{})
}