diff options
-rw-r--r-- | skate/xio/util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/xio/util.go b/skate/xio/util.go index 90a1012..10225a1 100644 --- a/skate/xio/util.go +++ b/skate/xio/util.go @@ -9,7 +9,7 @@ import ( "sync" ) -// SyncWriter makes any writer thread safe. +// SyncWriter makes any writer thread safe, using a lock. type SyncWriter struct { sync.Mutex w io.Writer |