mirror of
https://github.com/Walter-Sparrow/lunar-tear.git
synced 2026-07-02 13:53:41 +03:00
10 lines
143 B
Go
10 lines
143 B
Go
package userdata
|
|
|
|
import (
|
|
pb "lunar-tear/server/gen/proto"
|
|
)
|
|
|
|
func EmptyDiff() map[string]*pb.DiffData {
|
|
return map[string]*pb.DiffData{}
|
|
}
|