lolly/internal/app/testutil.go

9 lines
190 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//go:build !windows
// Package app 提供 Lolly 应用程序的生命周期管理和命令行入口。
//
// 包含测试工具函数,用于测试场景。
//
// 作者xfy
package app