From c856c7e66e3ad29ea0491f1f4951b31deb8279ea Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 20 Oct 2019 16:53:28 +0200 Subject: functional --- src/structs.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/structs.go (limited to 'src/structs.go') diff --git a/src/structs.go b/src/structs.go new file mode 100644 index 0000000..cdc682a --- /dev/null +++ b/src/structs.go @@ -0,0 +1,5 @@ +package main + +type Content struct { + Hostname string +} -- cgit 1.4.1