1// Copyright (c) 2015-2019 Jeevanandam M (jeeva@myjeeva.com), All rights reserved.
2// resty source code and usage is governed by a MIT style
3// license that can be found in the LICENSE file.
4
5// Package resty provides Simple HTTP and REST client library for Go.
6package resty
7
8// Version # of resty
9const Version = "1.12.0"
10