about summary refs log tree commit diff
path: root/main_test.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-03-24 14:53:19 +0100
committerEmile <hanemile@protonmail.com>2019-03-24 14:53:19 +0100
commitac62c83c634c02bd9fcd2a3649ee536ec43dd4c7 (patch)
tree73c3f79f9289fef4bb27e1afd0fb89030de7ab19 /main_test.go
parentc7732abb9813348ebead18580828e1164ecb96a9 (diff)
committing untracked files HEAD main
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go16
1 files changed, 16 insertions, 0 deletions
diff --git a/main_test.go b/main_test.go
new file mode 100644
index 0000000..35231c6
--- /dev/null
+++ b/main_test.go
@@ -0,0 +1,16 @@
+package main
+
+import "testing"
+
+func Test_main(t *testing.T) {
+	tests := []struct {
+		name string
+	}{
+		// TODO: Add test cases.
+	}
+	for _, tt := range tests {
+		t.Run(tt.name, func(t *testing.T) {
+			main()
+		})
+	}
+}