From 678a0905a0e17ed8ae3f3caba81c8e37a217e694 Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Fri, 9 Feb 2024 11:52:41 +0600 Subject: [PATCH] :memo: Added README files --- docs/README.en.md | 11 +++++++++++ docs/README.ru.md | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 docs/README.en.md create mode 100644 docs/README.ru.md 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" +``` + +Не используйте корневой адрес репозитория, так как он пуст и предназначен только для документации.