From ffb69b7edc5cbf5e06f124b6cfbb57335b296d9d Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期五, 16 八月 2019 15:35:45 +0800 Subject: [PATCH] 算法的包名改为main --- algorithm/face/face.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/algorithm/face/face.go b/algorithm/face/face.go index 3b61f43..4f44993 100644 --- a/algorithm/face/face.go +++ b/algorithm/face/face.go @@ -1,4 +1,4 @@ -package face +package main import ( "basic.com/pubsub/protomsg.git" -- Gitblit v1.8.0