mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-18 04:10:51 +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
|