From 081eea2171f666a5c6e567e1e74886a4ae7111fc Mon Sep 17 00:00:00 2001 From: Zachary Sais Date: Thu, 27 Jul 2017 16:11:21 -0500 Subject: [PATCH] update license and add initial readme --- .gitignore | 1 + LICENSE | 3 +-- README.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index daf913b..d8ac91b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Folders _obj _test +vendor # Architecture specific extensions/prefixes *.[568vq] diff --git a/LICENSE b/LICENSE index c23b56e..c5bb0ef 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Máximo Cuadros +Copyright (c) 2017 Zachary Sais Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/README.md b/README.md new file mode 100644 index 0000000..222a99a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# go-gin-prometheus +=== +Gin Web Framework Prometheus metrics exporter