This website works better with JavaScript
Home
Explore
Help
Register
Sign In
packages
/
go-metrics
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Removed a test.
Richard Crowley
14 years ago
parent
0818b952c0
commit
9730814161
1 changed files
with
0 additions
and
8 deletions
Split View
Show Diff Stats
0
8
test.go
+ 0
- 8
test.go
View File
@@ -1,8 +0,0 @@
-package main
-
-func main() {
- var a, b int64
- a = 47
- b = a
- a = b
-}