commit b77d8e4f7c2548f50b5017745dc9ff5b5468f90a Author: Lexi Date: Mon Mar 2 23:38:43 2020 +0100 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..6c23fa8 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# VolumeApi + +API and web client to control sound volume. \ No newline at end of file