mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 14:16:15 +01:00
7 lines
173 B
Go
7 lines
173 B
Go
|
package api
|
||
|
|
||
|
// Close should close everything opened in the lifecycle of the `_router`; for example, background goroutines.
|
||
|
func (rt *_router) Close() error {
|
||
|
return nil
|
||
|
}
|