a0f005d70ecb78a51580a8247a1755f9c53e74d2
galt
  Mon Jun 13 16:23:42 2016 -0700
Initial check-in of geoIp basics.

diff --git src/hg/geoIp/country.as src/hg/geoIp/country.as
new file mode 100644
index 0000000..aff8872
--- /dev/null
+++ src/hg/geoIp/country.as
@@ -0,0 +1,7 @@
+table country
+"The countries of the world."
+(
+string id;      "Country id code. Two letters."
+string name;    "Country name"
+)
+