diff options
Diffstat (limited to 'tests/hsts.go')
-rw-r--r-- | tests/hsts.go | 9 |
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() { +} |