commit c278c2b6b115d4517aa32c09eb9e5c6a243c4e53 Author: Andrea Franz Date: Fri Oct 19 14:41:26 2018 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f1c181e --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b6fcd5 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# smartcard-go \ No newline at end of file