From bbe6fe21d930cbc4a3ffa6047f4cbcef2654cbc5 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 20 Oct 2019 16:57:23 +0200 Subject: ctfname in content struct --- src/structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/structs.go') 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 } -- cgit 1.4.1