Browse Source

Merge pull request #230 from hehuilei/dev

add Copyright
pull/234/head
yedf2 4 years ago
committed by GitHub
parent
commit
ff5ba566c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      dtmsvr/storage/sql/sql.go

6
dtmsvr/storage/sql/sql.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 sql
import (

Loading…
Cancel
Save