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:
parent
e185a32685
commit
be8bdef9c8
@ -2,9 +2,7 @@
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"hilbish/util"
|
||||
)
|
||||
import "hilbish/util"
|
||||
|
||||
// String vars that are free to be changed at compile time
|
||||
var (
|
||||
|
Loading…
x
Reference in New Issue
Block a user