tunasync
tunasync copied to clipboard
Some known issues have been fixed
- Fix code formatting according to go-staticcheck
- Some known issues have been fixed
2. known issues
Please elaborate on this.
- known issues
Please elaborate on this.
- Use variable number of arguments instead of range
- From the time.Tick documentation:
Tick is a convenience wrapper for NewTicker providing access to the ticking channel only. While Tick is useful for clients that have no need to shut down the Ticker, be aware that without a way to shut it down the underlying Ticker cannot be recovered by the garbage collector; it "leaks". Unlike NewTicker, Tick will return nil if d <= 0.