//
pkg.gl
Category
github.com/natsukagami/kjudge
tests
package
0.7.5
Repository:
https://github.com/natsukagami/kjudge.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
101 SLOC
#
Functions
ParsePattern
ParsePattern parses a pattern string and create a Pattern struct.
Unpack
Unpack try to unpack a zip file and extract tests from the given pattern.
#
Structs
LazyTest
LazyTest is a `models.Test` but input and outputs are `zip.File`s.
Pattern
Pattern recognizes the patterns from an input string and try to match it.