mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-05-25 16:00:35 +00:00
13 lines
230 B
Go
13 lines
230 B
Go
// all environment variables including default values put here
|
|
|
|
package pkg
|
|
|
|
const (
|
|
Logo = "🦞"
|
|
// AppName is the name of the app
|
|
AppName = "PicoClaw"
|
|
|
|
DefaultPicoClawHome = ".picoclaw"
|
|
WorkspaceName = "workspace"
|
|
)
|