diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.go b/src/structs.go index 9715d4c..84fe6d9 100644 --- a/src/structs.go +++ b/src/structs.go @@ -2,6 +2,7 @@ package main // Challenge defines a challenge as in the original companion.json format type Challenge struct { + UUID string Name string Description string Flag string |