energy/common/common_darwin.go

15 lines
301 B
Go
Raw Normal View History

2022-10-04 13:21:05 +08:00
//----------------------------------------
//
// Copyright © yanghy. All Rights Reserved.
//
// Licensed under Apache License Version 2.0, January 2004
//
// https://www.apache.org/licenses/LICENSE-2.0
2022-10-04 13:21:05 +08:00
//
//----------------------------------------
2022-10-06 15:41:33 +08:00
//go:build darwin
// +build darwin
2022-10-04 13:21:05 +08:00
package common