From 25428a9379ceff1274ec144ac968e29f9ccb164f Mon Sep 17 00:00:00 2001 From: wondarchan Date: Sun, 2 Jan 2022 22:53:49 +0800 Subject: [PATCH] =?UTF-8?q?dtmsvr/storage=E4=B8=8B=E7=9A=84store.go?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=B7=BB=E5=8A=A0=E5=BC=80=E6=BA=90=E7=89=88?= =?UTF-8?q?=E6=9D=83=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dtmsvr/storage/store.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dtmsvr/storage/store.go b/dtmsvr/storage/store.go index 1a9da9c..79a9b0e 100644 --- a/dtmsvr/storage/store.go +++ b/dtmsvr/storage/store.go @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021 yedf. All rights reserved. + * Use of this source code is governed by a BSD-style + * license that can be found in the LICENSE file. + */ + package storage import (