From db44fd6aa6e0c3c9ab826e6f217cb555465c0fc4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 11 Aug 2024 07:12:53 -0300 Subject: Initial implementation: copy structure from "binder" project --- 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..9355e50 --- /dev/null +++ b/tests/main.go @@ -0,0 +1,7 @@ +package main + +import "untls" + +func main() { + untls.MainTest() +} -- cgit v1.2.3