From 7ce33761abcd297f739208be14ff37fe80eab1ec Mon Sep 17 00:00:00 2001 From: Emile Date: Sat, 19 Oct 2019 00:57:45 +0200 Subject: challenge struct --- src/structs.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/structs.go diff --git a/src/structs.go b/src/structs.go new file mode 100644 index 0000000..f376133 --- /dev/null +++ b/src/structs.go @@ -0,0 +1,11 @@ +package main + +type challenge struct { + name string + description string + flag string + container string + category string + points int + static bool +} -- cgit 1.4.1