mirror of
https://gitee.com/energye/energy.git
synced 2024-12-04 20:58:21 +08:00
d9f14c6a46
代码授权注释修改
17 lines
348 B
Go
17 lines
348 B
Go
//----------------------------------------
|
|
//
|
|
// Copyright © yanghy. All Rights Reserved.
|
|
//
|
|
// Licensed under Apache License Version 2.0, January 2004
|
|
//
|
|
// https://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
//----------------------------------------
|
|
|
|
package notice
|
|
|
|
/*
|
|
#cgo LDFLAGS: -framework Foundation -framework UserNotifications
|
|
*/
|
|
import "C"
|