1
0
mirror of https://github.com/byReqz/go-etcher.git synced 2024-11-22 06:51:15 +00:00
go-etcher/main.go

7 lines
95 B
Go

package main
import "github.com/byReqz/go-etcher/cmd/cetcher"
func main() {
cetcher.Main()
}