Write docs!
This commit is contained in:
parent
c460bb7bf5
commit
bcc598ebd5
37 changed files with 478 additions and 188 deletions
|
@ -15,6 +15,7 @@ import (
|
|||
_ "golang.org/x/crypto/blake2b"
|
||||
)
|
||||
|
||||
// SyncExerciceHints reads the content of hints/ directories and import it as EHint for the given challenge.
|
||||
func SyncExerciceHints(i Importer, exercice fic.Exercice) (errs []string) {
|
||||
params, err := parseExerciceParams(i, exercice.Path)
|
||||
if err != nil {
|
||||
|
|
Reference in a new issue