mirror of
https://gitee.com/energye/energy.git
synced 2024-11-30 18:57:39 +08:00
13 lines
245 B
Go
13 lines
245 B
Go
//----------------------------------------
|
|
//
|
|
// Copyright © yanghy. All Rights Reserved.
|
|
//
|
|
// Licensed under GNU General Public License v3.0
|
|
//
|
|
//----------------------------------------
|
|
|
|
//go:build windows
|
|
// +build windows
|
|
|
|
package commons
|