fix: changing name on the only package

This commit is contained in:
Lilleman auf Larv 2022-10-15 23:11:56 +02:00
parent 967e045807
commit 51fb9734bc
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"