diff options
| author | Fuwn <[email protected]> | 2024-10-12 12:14:40 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-12 12:14:40 +0000 |
| commit | 3ab40ae65d242d957a6fcaeba19c58dc40baaff0 (patch) | |
| tree | 7c3788d4852b60ecea15384d36875ceca4f90149 | |
| parent | refactor(source): move tag fetcher to members (diff) | |
| download | yae-3ab40ae65d242d957a6fcaeba19c58dc40baaff0.tar.xz yae-3ab40ae65d242d957a6fcaeba19c58dc40baaff0.zip | |
refactor(sources): remove unused member
| -rw-r--r-- | sources.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -8,10 +8,6 @@ import ( type Sources map[string]Source -func (s *Sources) EnsureLoaded() error { - return nil -} - func (s *Sources) Add(name string, d Source) error { if s.Exists(name) { return fmt.Errorf("source already exists") |