mirror of
https://gitee.com/energye/energy.git
synced 2024-12-03 04:07:58 +08:00
03e3f74c7f
2. 增加内置资源http服务
13 lines
244 B
Go
13 lines
244 B
Go
//----------------------------------------
|
|
//
|
|
// Copyright © yanghy. All Rights Reserved.
|
|
//
|
|
// Licensed under GNU General Public License v3.0
|
|
//
|
|
//----------------------------------------
|
|
|
|
//go:build windows
|
|
// +build windows
|
|
|
|
package common
|