style: move img/ directory into docs/static/img (#721)

This commit is contained in:
Samuel Berthe
2025-10-25 17:29:56 +02:00
committed by GitHub
parent 29dcc41a9c
commit 56c9241b83
9 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
# remove tests to clean dependencies
- name: Remove xxx_test.go files
run: rm -rf $(find . -type f -name "*_test.go" ! -name "*_example_test.go") img/ docs/ benchmark/
run: rm -rf $(find . -type f -name "*_test.go" ! -name "*_example_test.go") docs/ benchmark/
# cleanup test dependencies
- name: Cleanup dependencies
+1 -1
View File
@@ -42,7 +42,7 @@ What makes it different from **samber/ro**?
I wanted a **short name**, similar to "Lodash", and no Go package uses this name.
![lo](img/logo-full.png)
![lo](docs/static/img/logo-full.png)
## 🚀 Install
View File

Before

Width:  |  Height:  |  Size: 563 KiB

After

Width:  |  Height:  |  Size: 563 KiB

View File

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 235 KiB

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Before

Width:  |  Height:  |  Size: 662 KiB

After

Width:  |  Height:  |  Size: 662 KiB