瀏覽代碼

Explanation of the 32-bit thing.

Richard Crowley 14 年之前
父節點
當前提交
07ef1c2252
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -3,7 +3,7 @@ go-metrics
 
 Go port of Coda Hale's Metrics library: <https://github.com/codahale/metrics>.
 
-**This code is not safe on 32-bit architectures.**
+**This code is not safe on 32-bit architectures.  It will be as soon as `atomic.LoadInt64` lands in a release tag.**
 
 Usage
 -----