mirror of
https://gitee.com/energye/energy.git
synced 2024-11-30 02:37:46 +08:00
d9f14c6a46
代码授权注释修改
13 lines
249 B
Go
13 lines
249 B
Go
//----------------------------------------
|
|
//
|
|
// Copyright © yanghy. All Rights Reserved.
|
|
//
|
|
// Licensed under Apache License Version 2.0, January 2004
|
|
//
|
|
//----------------------------------------
|
|
|
|
//go:build linux
|
|
// +build linux
|
|
|
|
package common
|