8 lines
136 B
Go
8 lines
136 B
Go
// Copyright © 2024 github
|
|
// Licensed under the Apache License, Version 2.0 (the "License").
|
|
package main
|
|
|
|
func main() {
|
|
Execute()
|
|
}
|