From a1a3cb15b9c7e8767d6baea90fcf1e7dbc1f5a7d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 15 Nov 2024 19:48:16 -0300 Subject: First version with code imported from glaze, without tests --- tests/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/main.go (limited to 'tests/main.go') diff --git a/tests/main.go b/tests/main.go new file mode 100644 index 0000000..dacfa44 --- /dev/null +++ b/tests/main.go @@ -0,0 +1,7 @@ +package main + +import "hsts" + +func main() { + hsts.MainTest() +} -- cgit v1.2.3