From 3c7a4451e62d27bbe9dc8eb2c16e2ff5607d1b04 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 7 Apr 2012 20:17:47 -0400 Subject: backup of partial progress --- util.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 util.go (limited to 'util.go') diff --git a/util.go b/util.go new file mode 100644 index 0000000..6b5049e --- /dev/null +++ b/util.go @@ -0,0 +1,9 @@ +package main + +type EmailAddress string +type Password string +type Url string + +// "Slug" string with limited ASCII character set, good for URLs. +// Lowercase alphanumeric plus '_' allowed. +type ShortName string -- cgit v1.2.3