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

7 lines
95 B
Go
Raw Normal View History

2022-01-08 22:33:14 +00:00
package main
2022-03-26 10:12:58 +00:00
import "github.com/byReqz/go-etcher/cmd/cetcher"
2022-01-26 22:40:45 +00:00
2022-01-08 22:33:14 +00:00
func main() {
cetcher.Main()
}