Initial commit

This commit is contained in:
Ilya Groshev
2026-04-14 09:28:26 +03:00
commit 02f511f40c
161 changed files with 21541 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package userdata
import (
pb "lunar-tear/server/gen/proto"
)
func EmptyDiff() map[string]*pb.DiffData {
return map[string]*pb.DiffData{}
}