refactor: clean up unused dependencies and functions
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 9s
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 9s
This commit is contained in:
parent
044823552b
commit
19b376ac40
5 changed files with 8 additions and 55 deletions
|
@ -1,16 +0,0 @@
|
|||
package gitea
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"code.gitea.io/sdk/gitea"
|
||||
)
|
||||
|
||||
func getPrTitle() {
|
||||
_, err := gitea.NewClient("https://git.kjan.de")
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue