mirror of
https://github.com/Walter-Sparrow/lunar-tear.git
synced 2026-07-02 05:43:41 +03:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package userdata
|
||||
|
||||
import (
|
||||
pb "lunar-tear/server/gen/proto"
|
||||
)
|
||||
|
||||
func EmptyDiff() map[string]*pb.DiffData {
|
||||
return map[string]*pb.DiffData{}
|
||||
}
|
||||
Reference in New Issue
Block a user