mirror of
https://github.com/byReqz/go-etcher.git
synced 2024-11-22 06:51:15 +00:00
7 lines
95 B
Go
7 lines
95 B
Go
package main
|
|
|
|
import "github.com/byReqz/go-etcher/cmd/cetcher"
|
|
|
|
func main() {
|
|
cetcher.Main()
|
|
} |