IDCreator

command module
v0.0.0-...-de03387 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2014 License: GPL-2.0 Imports: 3 Imported by: 0

README

#Under developing

Table Construct

CREATE TABLE IF NOT EXISTS `counter` (
  `key` varchar(64) NOT NULL,
  `value` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
import(
	"go-sql-driver\mysql"
	"bradfitz\gomemcache\memcache"
)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL