Browse Source

Merge pull request #151 from wondar-chan/main

store.go添加开源注释
pull/152/head
yedf2 4 years ago
committed by GitHub
parent
commit
ebdf6a47c0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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