From 92a0e7f9cd0afc3c8ca7858fa631ba29be65eb87 Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Sat, 1 Feb 2020 21:45:08 +0800 Subject: [PATCH] Add zgo.at/tz --- index.html | 1 + pkg | 2 +- tz.html | 15 +++++++++++++++ tz/index.html | 15 +++++++++++++++ 4 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 tz.html create mode 100644 tz/index.html diff --git a/index.html b/index.html index 25412bf..ba122ec 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@
  • zgo.at/zstripe
  • zgo.at/ztest
  • zgo.at/zvalidate
  • +
  • zgo.at/tz
  • Also see GitHub

    diff --git a/pkg b/pkg index 729c9a0..4f10080 100755 --- a/pkg +++ b/pkg @@ -3,7 +3,7 @@ set -euC index="" -for root in zlog zhttp zlog_sentry goatcounter goatletter zpack zdb utils ztest zvalidate zsrv zstripe httpbuf json; do +for root in zlog zhttp zlog_sentry goatcounter goatletter zpack zdb utils ztest zvalidate zsrv zstripe httpbuf json tz; do for p in $(cd "$HOME/code/$root" && go list ./...); do p=${p##zgo.at/} index="$index\n
  • zgo.at/$root
  • " diff --git a/tz.html b/tz.html new file mode 100644 index 0000000..0fe72ec --- /dev/null +++ b/tz.html @@ -0,0 +1,15 @@ + + + + + + + + + +

    + This is the zgo.at/tz Go package. + Its homepage is at https://github.com/zgoat/tz. +

    + + diff --git a/tz/index.html b/tz/index.html new file mode 100644 index 0000000..0fe72ec --- /dev/null +++ b/tz/index.html @@ -0,0 +1,15 @@ + + + + + + + + + +

    + This is the zgo.at/tz Go package. + Its homepage is at https://github.com/zgoat/tz. +

    + +