update version (#589)
This commit is contained in:
parent
802920dd32
commit
73c4f3632d
|
@ -68,7 +68,7 @@ const (
|
|||
KEY_BEAT = "beat"
|
||||
KEY_DOM = "dom"
|
||||
DEFAULT_CONTEXT_PATH = "/nacos"
|
||||
CLIENT_VERSION = "Nacos-Go-Client:v2.1.3"
|
||||
CLIENT_VERSION = "Nacos-Go-Client:v2.2.0"
|
||||
REQUEST_DOMAIN_RETRY_TIME = 3
|
||||
SERVICE_INFO_SPLITER = "@@"
|
||||
CONFIG_INFO_SPLITER = "@@"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
package util
|
||||
|
||||
/*
|
||||
* Copyright 1999-2020 Alibaba Group Holding Ltd.
|
||||
*
|
||||
|
@ -16,6 +14,8 @@ package util
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package util
|
||||
|
||||
const SHOW_CONTENT_SIZE = 100
|
||||
|
||||
func TruncateContent(content string) string {
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package vo
|
||||
|
||||
import "github.com/nacos-group/nacos-sdk-go/v2/common/constant"
|
||||
|
|
Loading…
Reference in New Issue