mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-19 16:48:09 +08:00
10 lines
70 B
Go
10 lines
70 B
Go
package main
|
|
|
|
import (
|
|
"ee-go/eboot"
|
|
)
|
|
|
|
func main() {
|
|
eboot.Run()
|
|
}
|