summaryrefslogtreecommitdiff
path: root/tests/hsts.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-11-15 19:48:16 -0300
committerEuAndreh <eu@euandre.org>2024-11-15 19:48:16 -0300
commita1a3cb15b9c7e8767d6baea90fcf1e7dbc1f5a7d (patch)
treebb70468c4a04d9a20266bc291ffd5e56f540c470 /tests/hsts.go
parentInitial empty commit (diff)
downloadhsts-a1a3cb15b9c7e8767d6baea90fcf1e7dbc1f5a7d.tar.gz
hsts-a1a3cb15b9c7e8767d6baea90fcf1e7dbc1f5a7d.tar.xz
First version with code imported from glaze, without tests
Diffstat (limited to 'tests/hsts.go')
-rw-r--r--tests/hsts.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/hsts.go b/tests/hsts.go
new file mode 100644
index 0000000..daff3b6
--- /dev/null
+++ b/tests/hsts.go
@@ -0,0 +1,9 @@
+package hsts
+
+import (
+)
+
+
+
+func MainTest() {
+}