about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-20 16:57:23 +0200
committerEmile <hanemile@protonmail.com>2019-10-20 16:57:23 +0200
commitbbe6fe21d930cbc4a3ffa6047f4cbcef2654cbc5 (patch)
treeff435c30eeed467796241c900d07efd43a9d1672
parent7506d88e8e8a6a5e118473963f671429a532a71c (diff)
ctfname in content struct
-rw-r--r--src/structs.go1
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
 }