mirror of
https://github.com/Receipt-Wrangler/receipt-wrangler-api.git
synced 2026-01-24 20:28:35 -06:00
7 lines
111 B
Go
7 lines
111 B
Go
package structs
|
|
|
|
type About struct {
|
|
BuildDate string `json:"buildDate"`
|
|
Version string `json:"version"`
|
|
}
|