Skip to content

Commit

Permalink
Fix godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Jan 16, 2014
1 parent bb32070 commit 0776cb4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions debug/mcdebug.go
@@ -1,8 +1,6 @@
/*
* Package mcdebug provides memcached client op statistics via expvar.
*
* Usage: import _ "github.com/dustin/gomemcached/debug"
*/
// Package mcdebug provides memcached client op statistics via expvar.
//
// Usage: import _ "github.com/dustin/gomemcached/debug"
package mcdebug

import (
Expand Down

0 comments on commit 0776cb4

Please sign in to comment.