From c2d87deca928d144755485be3694a3a5bfaa9877 Mon Sep 17 00:00:00 2001 From: guzeng Date: Wed, 23 Jun 2021 22:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0KEY=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 common.go diff --git a/common.go b/common.go new file mode 100644 index 0000000..07bb76f --- /dev/null +++ b/common.go @@ -0,0 +1,3 @@ +package siterpc + +var DES_KEY = "confdata"