Browse Source

dtmsvr/storage下的store.go文件添加开源版权注释

pull/151/head
wondarchan 4 years ago
parent
commit
25428a9379
  1. 6
      dtmsvr/storage/store.go

6
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 (

Loading…
Cancel
Save