commit 99865b0d6ca136ec83383f2e4dbe07a3b1de672e Author: yves Date: Wed Oct 27 16:31:55 2021 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4d432a --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# ---> Go +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..4836bed --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# sqldb-ws +