mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-05-13 03:35:52 +08:00
7 lines
106 B
Go
7 lines
106 B
Go
package misc
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed claude_code_instructions.txt
|
|
var ClaudeCodeInstructions string
|