summaryrefslogtreecommitdiff
path: root/tests/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-11 07:12:53 -0300
committerEuAndreh <eu@euandre.org>2024-08-11 07:12:53 -0300
commitdb44fd6aa6e0c3c9ab826e6f217cb555465c0fc4 (patch)
treec680e3b1874186c006fe08ddbceeed61cc7886ca /tests/main.go
parentInitial empty commit (diff)
downloaduntls-db44fd6aa6e0c3c9ab826e6f217cb555465c0fc4.tar.gz
untls-db44fd6aa6e0c3c9ab826e6f217cb555465c0fc4.tar.xz
Initial implementation: copy structure from "binder" project
Diffstat (limited to 'tests/main.go')
-rw-r--r--tests/main.go7
1 files changed, 7 insertions, 0 deletions
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()
+}