1
0
mirror of https://github.com/go-acme/lego.git synced 2025-02-08 20:00:21 +02:00
2018-09-23 13:01:40 +02:00

10 lines
344 B
Go

// Copyright (c) 2015-2018 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.8.0"