diff options
author | Emile <hanemile@protonmail.com> | 2019-10-19 19:37:21 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-19 19:37:21 +0200 |
commit | fcbde6b1ae0fcf4e531d0760a091a33c6b63e8ea (patch) | |
tree | aa618b09eb000bba3342b87d1bf5ea3f66412da6 /src/structs.go | |
parent | c0ddf384e411b00a393bd718d4d5fc1df3992e75 (diff) |
more uuids
Diffstat (limited to 'src/structs.go')
-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 |