From f5f36580e2a29f53cd5b3f821a3ce3bdc700555c Mon Sep 17 00:00:00 2001 From: godcong Date: Thu, 8 Oct 2020 23:49:14 +0800 Subject: [PATCH] update fate --- xiyong.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xiyong.go b/xiyong.go index c0ad79f8..769a4df5 100644 --- a/xiyong.go +++ b/xiyong.go @@ -42,7 +42,7 @@ func (xy *XiYong) GetFen(s string) (point int) { } func (xy *XiYong) minFenWuXing(ss ...string) (wx string) { - min := math.MaxInt64 + min := math.MaxInt32 for _, s := range ss { if xy.WuXingFen[s] < min { min = xy.WuXingFen[s]