From b94e7699c5050b70b50128c13f71e2dcd8fe1135 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Fri, 2 Aug 2019 00:47:37 +0200 Subject: [PATCH] chore: add lib placeholder --- cryptoguess/cryptoguess.go | 1 + 1 file changed, 1 insertion(+) create mode 100644 cryptoguess/cryptoguess.go diff --git a/cryptoguess/cryptoguess.go b/cryptoguess/cryptoguess.go new file mode 100644 index 0000000..5843304 --- /dev/null +++ b/cryptoguess/cryptoguess.go @@ -0,0 +1 @@ +package cryptoguess // import "moul.io/cryptoguesser/cryptoguess"