From cc6539668ed62cb96968553b23c2e07f4c3b6378 Mon Sep 17 00:00:00 2001 From: Christopher F Date: Wed, 22 Aug 2018 17:59:54 -0400 Subject: [PATCH] meta: initial commit --- .gitignore | 25 +++++++++++++++++++++++++ LICENSE.md | 6 ++++++ README.md | 16 ++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b9e5bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ + +# Created by https://www.gitignore.io/api/go + +### Go ### +# 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 + +### Go Patch ### +/vendor/ +/Godeps/ + + +# End of https://www.gitignore.io/api/go + +.env \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..41ab23e --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,6 @@ +# ISC License (ISC) +Copyright 2018, foxbot + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..933d4c9 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# gavalink +[![](https://godoc.org/github.com/foxbot/gavalink?status.svg)](http://godoc.org/github.com/foxbot/gavalink) + +[lavalink] wrapper for Go + +## Requirements + +- Go 1.10+ + +## License + +Licensed under ISC. See the [full license]. + + +[lavalink]: https://github.com/Frederikam/Lavalink +[full license]: LICENSE.md \ No newline at end of file