route/vendor/github.com/go-resty/resty/resty.go

10 lines
342 B
Go
Raw Normal View History

2017-09-30 16:47:47 +00:00
// Copyright (c) 2015-2017 Jeevanandam M (jeeva@myjeeva.com), All rights reserved.
// resty source code and usage is governed by a MIT style
// license that can be found in the LICENSE file.
// Package resty provides simple HTTP and REST client for Go inspired by Ruby rest-client.
package resty
// Version # of resty
const Version = "1.0"