enbas/internal/model/const.go
Dan Anglin ea05294cb5
feat: add support for posting statuses
Users can now post one line statuses.
2024-05-30 18:46:33 +01:00

5 lines
51 B
Go

package model
const (
unknownValue = "unknown"
)