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
|
||||
|
||||
import (
|
||||
"hilbish/util"
|
||||
)
|
||||
import "hilbish/util"
|
||||
|
||||
// String vars that are free to be changed at compile time
|
||||
var (
|
||||
|
|
Loading…
Reference in New Issue