root
/
lenin
Archived
1
0
Fork 0

Archive repo

main
Leonid Maslakov 11 months ago
parent 24dcb002fb
commit d9f2524a2f

@ -1,7 +1,6 @@
[![Go report](https://goreportcard.com/badge/github.com/lcomrade/lenin)](https://goreportcard.com/report/github.com/lcomrade/lenin)
[![Go Reference](https://pkg.go.dev/badge/github.com/lcomrade/lenin.svg)](https://pkg.go.dev/github.com/lcomrade/lenin)
[![Release](https://img.shields.io/github/v/release/lcomrade/lenin)](https://github.com/lcomrade/lenin/releases/latest)
[![License](https://img.shields.io/github/license/lcomrade/lenin)](https://github.com/lcomrade/lenin/blob/main/LICENSE)
> ## Repository archiving
> This library was archived because a replacement was written for it.
> Under the MIT license: https://git.lcomrade.su/root/pasteapi.go
**Lenin** is a golang library for working with the Lenpaste API.
@ -9,7 +8,7 @@
## Install
```
go get github.com/lcomrade/lenin
go get git.lcomrade.su/root/lenin
```
## Example
@ -18,7 +17,7 @@ Create new paste:
package main
import(
"github.com/lcomrade/lenin"
"git.lcomrade.su/root/lenin"
"fmt"
)
@ -48,6 +47,6 @@ func main() {
```
## Documentation
- [Documentation](https://pkg.go.dev/github.com/lcomrade/lenin#section-documentation)
- [More examples](https://github.com/lcomrade/lenin/blob/main/docs/examples.md)
- [Popular errors](https://github.com/lcomrade/lenin/blob/main/docs/errors.md)
- [Documentation](https://pkg.go.dev/git.lcomrade.su/root/lenin#section-documentation)
- [More examples](docs/examples.md)
- [Popular errors](docs/errors.md)

@ -6,7 +6,7 @@ Replace the value of the `pasteName` variable with the name of your paste.
package main
import(
"github.com/lcomrade/lenin"
"git.lcomrade.su/root/lenin"
"fmt"
)

@ -1,3 +1,3 @@
module github.com/lcomrade/lenin
module git.lcomrade.su/root/lenin
go 1.13
go 1.11