From e4105bdb04cbffd5f394b4890337c062768e9953 Mon Sep 17 00:00:00 2001 From: CMGS Date: Wed, 12 Apr 2017 18:22:44 +0800 Subject: [PATCH] clean useless code --- utils/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/utils.go b/utils/utils.go index 814311c23..dbeac1d61 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -18,7 +18,6 @@ const ( letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" shortenLength = 7 CpuPeriodBase = 100000 - StreamPrefix = 8 ) func RandomString(n int) string {