resty.go 324 B

123456789
  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. // Package resty provides Simple HTTP and REST client library for Go.
  5. package resty
  6. // Version # of resty
  7. const Version = "1.12.0"