From aefca8f19de315d87fba87cf9acf48fbbc3bf456 Mon Sep 17 00:00:00 2001 From: gouguoyin <245629560@qq.com> Date: Thu, 5 Aug 2021 13:39:19 +0200 Subject: [PATCH] unified import format --- constellation.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/constellation.go b/constellation.go index eafc239..a74031f 100755 --- a/constellation.go +++ b/constellation.go @@ -1,6 +1,8 @@ package carbon -import "strings" +import ( + "strings" +) // Constellation get constellation name, i18n is supported // 获取星座,支持i18n