1
0
Fork 0

📝 Added README files

This commit is contained in:
Maxim Lebedev 2024-02-09 11:52:41 +06:00
parent 837b0f4919
commit 678a0905a0
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
2 changed files with 22 additions and 0 deletions

11
docs/README.en.md Normal file
View File

@ -0,0 +1,11 @@
# hacks
> Various utilities for common and typical cases
## Go [![Go Reference](https://pkg.go.dev/badge/source.toby3d.me/toby3d/hacks.svg)](https://pkg.go.dev/source.toby3d.me/toby3d/hacks)
Import submodule by its URL:
```go
import "source.toby3d.me/toby3d/hacks/pointer"
```
Do not use the root address of the repository, as it is empty and only for documentation.

11
docs/README.ru.md Normal file
View File

@ -0,0 +1,11 @@
# hacks
> Различные утилиты для общих и типичных случаев
## Go [![Go Reference](https://pkg.go.dev/badge/source.toby3d.me/toby3d/hacks.svg)](https://pkg.go.dev/source.toby3d.me/toby3d/hacks)
Импортируйте сабмодуль по его адресу:
```go
import "source.toby3d.me/toby3d/hacks/pointer"
```
Не используйте корневой адрес репозитория, так как он пуст и предназначен только для документации.