mirror of https://github.com/Hilbis/Hilbish
style: use single line import instead of list syntax
parent
e185a32685
commit
be8bdef9c8
|
@ -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 (
|
||||||
|
|
Loading…
Reference in New Issue