7 lines
106 B
Go
7 lines
106 B
Go
package misc
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed claude_code_instructions.txt
|
|
var ClaudeCodeInstructions string
|