commit | 4331293f4174cd295e946ffe411584337c748f2e | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Fri Jun 27 17:06:23 2008 -0700 |
committer | Rob Pike <r@golang.org> | Fri Jun 27 17:06:23 2008 -0700 |
tree | 8501a89e8661cea6cf9b422ebd9fd6168cc6aaf5 | |
parent | 390d5fe5b28b1230896e5b721dbdd3bf9b6056e8 [diff] [blame] |
update to new world. still can't use it but it's a lot of editing.... SVN=125218
diff --git a/src/lib/math/fabs.go b/src/lib/math/fabs.go index 34d0de9..4a184be 100644 --- a/src/lib/math/fabs.go +++ b/src/lib/math/fabs.go
@@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package fabs +package math export fabs