Skip to content

Commit

Permalink
Add zgo.at/tz
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Feb 1, 2020
1 parent 7bb068e commit 92a0e7f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -20,6 +20,7 @@
<li><a href='https://pkg.go.dev/zgo.at/zstripe'>zgo.at/zstripe</a></li>
<li><a href='https://pkg.go.dev/zgo.at/ztest'>zgo.at/ztest</a></li>
<li><a href='https://pkg.go.dev/zgo.at/zvalidate'>zgo.at/zvalidate</a></li>
<li><a href='https://pkg.go.dev/zgo.at/tz'>zgo.at/tz</a></li>
</ul>

<p>Also see <a href="https://github.com/zgoat">GitHub</a></p>
Expand Down
2 changes: 1 addition & 1 deletion pkg
Expand Up @@ -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<li><a href='https://pkg.go.dev/zgo.at/$root'>zgo.at/$root</a></li>"
Expand Down
15 changes: 15 additions & 0 deletions tz.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="go-import" content="zgo.at/tz git https://github.com/zgoat/tz.git">
<meta name="go-source" content="zgo.at/tz https://github.com/zgoat/tz https://github.com/zgoat/tz/tree/master/{/dir}/ https://github.com/zgoat/tz/tree/master/{/dir}/{file}#L{line}">
<meta http-equiv="refresh" content="0; url=https://github.com/zgoat/tz">
</head>
<body>
<p>
This is the <code>zgo.at/tz</code> Go package.
Its homepage is at <a href="https://github.com/zgoat/tz">https://github.com/zgoat/tz</a>.
</p>
</body>
</html>
15 changes: 15 additions & 0 deletions tz/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="go-import" content="zgo.at/tz git https://github.com/zgoat/tz.git">
<meta name="go-source" content="zgo.at/tz https://github.com/zgoat/tz https://github.com/zgoat/tz/tree/master/{/dir}/ https://github.com/zgoat/tz/tree/master/{/dir}/{file}#L{line}">
<meta http-equiv="refresh" content="0; url=https://github.com/zgoat/tz">
</head>
<body>
<p>
This is the <code>zgo.at/tz</code> Go package.
Its homepage is at <a href="https://github.com/zgoat/tz">https://github.com/zgoat/tz</a>.
</p>
</body>
</html>

0 comments on commit 92a0e7f

Please sign in to comment.