diff --git a/docs/README.en.md b/docs/README.en.md new file mode 100644 index 0000000..964c084 --- /dev/null +++ b/docs/README.en.md @@ -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. diff --git a/docs/README.ru.md b/docs/README.ru.md new file mode 100644 index 0000000..dd226d6 --- /dev/null +++ b/docs/README.ru.md @@ -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" +``` + +Не используйте корневой адрес репозитория, так как он пуст и предназначен только для документации.