Change import formatting

This commit is contained in:
paul 2019-06-27 02:59:29 +02:00
parent 63e232b37b
commit cd4b3224bb

View file

@ -3,7 +3,9 @@
package main
import "bitmask.me/skeleton/cmd"
import (
"bitmask.me/skeleton/cmd"
)
func main() {
cmd.Execute()