6 lines
192 B
Go
6 lines
192 B
Go
// Package core exposes shared, UI-independent SoftBox functionality.
|
|
package core
|
|
|
|
// ProductName is the stable display name shared by both application targets.
|
|
const ProductName = "SoftBox"
|