This commit is contained in:
2025-07-27 23:11:42 +02:00
parent 42e2713cd8
commit e8b6066bae
7 changed files with 245 additions and 67 deletions

View File

@@ -173,4 +173,3 @@ func (d DevelProjects) GetDevelProject(pkg string) (string, error) {
return "", DevelProjectNotFound
}