2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 11:13:24 +00:00

style: use single line import instead of list syntax

This commit is contained in:
TorchedSammy 2022-07-13 14:18:23 -04:00
parent e185a32685
commit be8bdef9c8
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -2,9 +2,7 @@
package main
import (
"hilbish/util"
)
import "hilbish/util"
// String vars that are free to be changed at compile time
var (