fix: changing name on the only package

This commit is contained in:
2022-10-15 23:11:56 +02:00
parent 967e045807
commit 81aeddd4d5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package main
package log
import (
"os"

View File

@@ -1,4 +1,4 @@
package main
package log
import (
"testing"