6 lines
49 B
Go
Raw Permalink Normal View History

2024-12-13 15:07:57 +08:00
package cli
func Kernel() error {
return nil
}