11 lines
189 B
Go
11 lines
189 B
Go
|
// Copyright 2023 Michael Amann and contributors
|
||
|
// SPDX-License-Identifier: AGPL-3.0-only
|
||
|
|
||
|
package main
|
||
|
|
||
|
import "git.kle.li/tools/go-import-redirector/cmd"
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|