Reviewed-on: #7 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
10 lines
98 B
Go
10 lines
98 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
const VERSION = "0.4.100"
|
|
|
|
func main() {
|
|
fmt.Println("clean_file")
|
|
}
|