From 0abce4ae1870c290e93d1923f3c662684aa12331 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sat, 2 Mar 2024 11:34:52 +0800 Subject: [PATCH] docs: implement custom skipper function in README - Add a custom `skipper` function in the README file Signed-off-by: appleboy --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2048628..abfdac2 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,8 @@ func main() { } ``` +## Custom `skipper` function + Example for custom `skipper` function ```go