diff --git a/.gitignore b/.gitignore index b620af6..7ccb625 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ *.dll *.so *.dylib -elastop # Test binary, built with `go test -c` *.test @@ -23,4 +22,4 @@ go.work .vscode/ *.swp *.swo -.DS_Store \ No newline at end of file +.DS_Store diff --git a/elastop b/elastop new file mode 100755 index 0000000..65b4491 Binary files /dev/null and b/elastop differ