mirror of https://github.com/subgraph/fw-daemon
parent
1c54b571ba
commit
4b632fb6f2
@ -0,0 +1,9 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"github.com/subgraph/fw-daemon/sgfw"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
sgfw.Main()
|
||||||
|
}
|
Loading…
Reference in new issue