ok
This commit is contained in:
parent
022619246e
commit
b64ec5f910
1 changed files with 3 additions and 1 deletions
4
main.go
4
main.go
|
|
@ -1,6 +1,8 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import "github.com/Bronku/iroon/cmd/iroon"
|
import (
|
||||||
|
"github.com/Bronku/iroon/cmd/iroon"
|
||||||
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
iroon.Run()
|
iroon.Run()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue