|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
[](https://goreportcard.com/report/github.com/lcomrade/lenin)
|
|
|
|
|
[](https://pkg.go.dev/github.com/lcomrade/lenin)
|
|
|
|
|
[](https://github.com/lcomrade/lenin/releases/latest)
|
|
|
|
|
[](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)
|
|
|
|
|