diff options
author | Joe Chen <jc@unknwon.io> | 2022-06-12 14:15:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-12 14:15:01 +0800 |
commit | b772603d78cb10f0501f3d08b01553bb33914b6e (patch) | |
tree | 5f160df17f1bbd357370b3aeeb5289b0a5c3c08d /internal/dbutil/logger.go | |
parent | 2e19f5a3c8193776685a5e9fea9ca8663f14dd8d (diff) |
migrations: add tests and remove XORM (#7050)
Diffstat (limited to 'internal/dbutil/logger.go')
-rw-r--r-- | internal/dbutil/logger.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/dbutil/logger.go b/internal/dbutil/logger.go index 66426ae7..c189949e 100644 --- a/internal/dbutil/logger.go +++ b/internal/dbutil/logger.go @@ -1,3 +1,7 @@ +// Copyright 2020 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + package dbutil import ( |