mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2026-03-21 05:45:32 +00:00
8 lines
188 B
Go
8 lines
188 B
Go
package xmlmodels
|
|
|
|
import gitpkg "github.com/Theodor-Springmann-Stiftung/lenz-web/git"
|
|
|
|
func Parse(dir string, commit *gitpkg.Commit) (*Library, error) {
|
|
return NewLibrary(dir, commit)
|
|
}
|