From 095fb3064b93aed5decf2d1a8ae03745a265e418 Mon Sep 17 00:00:00 2001 From: lukechampine Date: Wed, 30 Mar 2016 23:29:28 -0400 Subject: golint --- stm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm.go b/stm.go index e0c60a4..11692f4 100644 --- a/stm.go +++ b/stm.go @@ -1,5 +1,5 @@ /* -package stm provides Software Transactional Memory operations for Go. This is +Package stm provides Software Transactional Memory operations for Go. This is an alternative to the standard way of writing concurrent code (channels and mutexes). STM makes it easy to perform arbitrarily complex operations in an atomic fashion. One of its primary advantages over traditional locking is that -- cgit v1.2.3