mirror of
https://github.com/d0zingcat/rime-ice.git
synced 2026-06-07 15:11:41 +00:00
13 lines
97 B
Go
13 lines
97 B
Go
package rime
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
// 一些临时用的函数
|
|
|
|
func Temp() {
|
|
defer os.Exit(11)
|
|
|
|
}
|