init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Package docs embeds the HC-33 programmer's manual.
|
||||
package docs
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed manual.txt
|
||||
var Manual []byte
|
||||
Reference in New Issue
Block a user