mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 06:06:15 +01:00
6 lines
173 B
Go
6 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
|
|
}
|