Просмотр исходного кода

Explanation of the 32-bit thing.

Richard Crowley 14 лет назад
Родитель
Сommit
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
 -----