From 42e0ed4d332778d625fd0e496705073f46559c13 Mon Sep 17 00:00:00 2001 From: Marco Kittel Date: Sun, 22 Jun 2025 20:23:07 +0200 Subject: [PATCH] Packagenamen korrigiert. --- tools/tools.go | 2 +- tools/tools_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tools.go b/tools/tools.go index ee88122..19d6df1 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,4 +1,4 @@ -package main +package tools import ( "errors" diff --git a/tools/tools_test.go b/tools/tools_test.go index 5deb658..f82a292 100644 --- a/tools/tools_test.go +++ b/tools/tools_test.go @@ -1,4 +1,4 @@ -package main +package tools import ( "testing"