From 318f00c5d496296e45311ea81e8b80d9bd03b1d5 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 27 Dec 2023 12:03:53 +0100 Subject: model: Implement temporary storage directory This temporary directory is provided to store the user data for the Ceres recipe server during development and testing. --- main.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 main.go (limited to 'main.go') diff --git a/main.go b/main.go new file mode 100644 index 0000000..57204af --- /dev/null +++ b/main.go @@ -0,0 +1,10 @@ +package main + +import ( + "xengineering.eu/ceres/model" +) + +func main() { + model.InitStorage() + defer model.RemoveStorage() +} -- cgit v1.2.3-70-g09d2