From eff780902508609331b090a09d7045e22ed95283 Mon Sep 17 00:00:00 2001 From: liteng Date: Tue, 31 Mar 2020 23:34:23 +0800 Subject: [PATCH] index_of --- ShadowEditor.Server.Go/helper/index_of.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ShadowEditor.Server.Go/helper/index_of.go diff --git a/ShadowEditor.Server.Go/helper/index_of.go b/ShadowEditor.Server.Go/helper/index_of.go new file mode 100644 index 00000000..e7c1a305 --- /dev/null +++ b/ShadowEditor.Server.Go/helper/index_of.go @@ -0,0 +1,5 @@ +package helper + +func IndexOf() int { + +}