diff options
author | Rob Pike <r@golang.org> | 2009-03-22 21:53:40 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2009-03-22 21:53:40 -0700 |
commit | c4114839e146b75026c5a96bc068312e54981981 (patch) | |
tree | 239f8d27360fcd84b05fd20c6aa6b3df52d7417c | |
parent | 58514238faf4f5c61d7a8eff0c5cb5dba08b18e6 (diff) | |
download | golang-c4114839e146b75026c5a96bc068312e54981981.tar.gz |
change file name so it can be copied without name change to a more public place.
R=rsc
DELTA=1090 (545 added, 545 deleted, 0 changed)
OCL=26629
CL=26629
-rw-r--r-- | doc/go_mem.html (renamed from doc/mem.html) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mem.html b/doc/go_mem.html index 4f87dcb3e..5228196d2 100644 --- a/doc/mem.html +++ b/doc/go_mem.html @@ -1,3 +1,4 @@ + <h1>The Go memory model</h1> <h2>Introduction</h2> |