mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-03 10:56:06 -04:00
7 lines
133 B
Go
7 lines
133 B
Go
package main
|
|
|
|
// Build constants
|
|
|
|
const DEFAULT_DATA_DIRECTORY = "/usr/share/drasl"
|
|
const DEFAULT_STATE_DIRECTORY = "/var/lib/drasl"
|