2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 11:43:23 +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 package main
import ( import "hilbish/util"
"hilbish/util"
)
// String vars that are free to be changed at compile time // String vars that are free to be changed at compile time
var ( var (