From 39c543ef1d3b235723ce5e0e6629053c111438fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Wed, 23 Aug 2023 09:40:25 +0200 Subject: [PATCH] Updated functions --- script.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.go b/script.go index c95c4a0..616261a 100644 --- a/script.go +++ b/script.go @@ -1,5 +1,5 @@ package mikrotik -func test() int { +func Test() int { return 137 }