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 cdc682a..b258c58 100644 --- a/src/structs.go +++ b/src/structs.go @@ -2,4 +2,5 @@ package main type Content struct { Hostname string + CTFName string } |