diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..779d3e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.dll +*.so +*.dylib +*.test +*.out +*.db +.idea/ +*.iml +*.iws \ No newline at end of file diff --git a/go.mod b/go.mod index 8cbc9b8..201ecfc 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/sqshq/plot-try +module github.com/sqshq/vcmd require ( github.com/mattn/go-runewidth v0.0.4 // indirect