mirror of
https://github.com/zellyn/diskii.git
synced 2024-11-23 21:31:25 +00:00
nits: missed a couple of comments keeping lint happy
This commit is contained in:
parent
c2dd6362de
commit
b264fe8e96
@ -31,7 +31,7 @@ func (d DecodeCmd) Help() string {
|
|||||||
diskii dump dos33master.dsk HELLO | diskii applesoft decode -`
|
diskii dump dos33master.dsk HELLO | diskii applesoft decode -`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run the decode command.
|
// Run the `decode` command.
|
||||||
func (d *DecodeCmd) Run(globals *types.Globals) error {
|
func (d *DecodeCmd) Run(globals *types.Globals) error {
|
||||||
contents, err := helpers.FileContentsOrStdIn(d.Filename)
|
contents, err := helpers.FileContentsOrStdIn(d.Filename)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Package data is a bunch of go:embed embedded files.
|
// Package data is a bunch of go:embed embedded files.
|
||||||
package data
|
package data
|
||||||
|
|
||||||
import _ "embed"
|
import _ "embed" // Mark this file as using embeds.
|
||||||
|
|
||||||
// DOS33masterDSK is a DOS 3.3 Master Disk image.
|
// DOS33masterDSK is a DOS 3.3 Master Disk image.
|
||||||
//go:embed disks/dos33master.dsk
|
//go:embed disks/dos33master.dsk
|
||||||
|
Loading…
Reference in New Issue
Block a user