mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
578ef768ab
- Remove exported interfaces unused locally - Define interfaces to accept arguments - Return concrete types, not interfaces
5 lines
111 B
Go
5 lines
111 B
Go
package loopstate
|
|
|
|
func (s *State) Lock() { s.loopMu.Lock() }
|
|
func (s *State) Unlock() { s.loopMu.Unlock() }
|