mirror of
https://github.com/zellyn/diskii.git
synced 2024-12-22 00:29:17 +00:00
9 lines
283 B
Go
9 lines
283 B
Go
|
// This file contains the list of commands to run to re-generate
|
||
|
// generated files.
|
||
|
|
||
|
// Use go-bindata to embed static assets that we need.
|
||
|
//go:generate go-bindata -pkg data -prefix "data/" -o data/data.go data/disks data/boot
|
||
|
//go:generate goimports -w data/data.go
|
||
|
|
||
|
package main
|