Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Nov 8, 2019
1 parent 44126e6 commit 9449c23
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 31 deletions.
15 changes: 15 additions & 0 deletions goatcounter/pack.html
Original file line number Diff line number Diff line change
@@ -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/goatcounter/pack git https://github.com/zgoat/goatcounter.git">
<meta name="go-source" content="zgo.at/goatcounter https://github.com/zgoat/goatcounter https://github.com/zgoat/goatcounter/tree/master/{/dir}/ https://github.com/zgoat/goatcounter/tree/master/{/dir}/{file}#L{line}">
<meta http-equiv="refresh" content="0; url=https://github.com/zgoat/goatcounter">
</head>
<body>
<p>
This is the <code>zgo.at/goatcounter</code> Go package.
Its homepage is at <a href="https://github.com/zgoat/goatcounter">https://github.com/zgoat/goatcounter</a>.
</p>
</body>
</html>
15 changes: 15 additions & 0 deletions goatcounter/pack/index.html
Original file line number Diff line number Diff line change
@@ -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/goatcounter/pack git https://github.com/zgoat/goatcounter.git">
<meta name="go-source" content="zgo.at/goatcounter https://github.com/zgoat/goatcounter https://github.com/zgoat/goatcounter/tree/master/{/dir}/ https://github.com/zgoat/goatcounter/tree/master/{/dir}/{file}#L{line}">
<meta http-equiv="refresh" content="0; url=https://github.com/zgoat/goatcounter">
</head>
<body>
<p>
This is the <code>zgo.at/goatcounter</code> Go package.
Its homepage is at <a href="https://github.com/zgoat/goatcounter">https://github.com/zgoat/goatcounter</a>.
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion pkg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euC

for root in zlog zhttp zlog_sentry goatcounter goatletter zpack zdb utils ztest validate; do
for root in zlog zhttp zlog_sentry goatcounter goatletter zpack zdb utils ztest zvalidate; do
for p in $(cd "$HOME/code/$root" && go list ./...); do
p=${p##zgo.at/}
mkdir -p "$p"
Expand Down
15 changes: 0 additions & 15 deletions validate.html

This file was deleted.

15 changes: 0 additions & 15 deletions validate/index.html

This file was deleted.

15 changes: 15 additions & 0 deletions zvalidate.html
Original file line number Diff line number Diff line change
@@ -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/zvalidate git https://github.com/zgoat/zvalidate.git">
<meta name="go-source" content="zgo.at/zvalidate https://github.com/zgoat/zvalidate https://github.com/zgoat/zvalidate/tree/master/{/dir}/ https://github.com/zgoat/zvalidate/tree/master/{/dir}/{file}#L{line}">
<meta http-equiv="refresh" content="0; url=https://github.com/zgoat/zvalidate">
</head>
<body>
<p>
This is the <code>zgo.at/zvalidate</code> Go package.
Its homepage is at <a href="https://github.com/zgoat/zvalidate">https://github.com/zgoat/zvalidate</a>.
</p>
</body>
</html>
15 changes: 15 additions & 0 deletions zvalidate/index.html
Original file line number Diff line number Diff line change
@@ -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/zvalidate git https://github.com/zgoat/zvalidate.git">
<meta name="go-source" content="zgo.at/zvalidate https://github.com/zgoat/zvalidate https://github.com/zgoat/zvalidate/tree/master/{/dir}/ https://github.com/zgoat/zvalidate/tree/master/{/dir}/{file}#L{line}">
<meta http-equiv="refresh" content="0; url=https://github.com/zgoat/zvalidate">
</head>
<body>
<p>
This is the <code>zgo.at/zvalidate</code> Go package.
Its homepage is at <a href="https://github.com/zgoat/zvalidate">https://github.com/zgoat/zvalidate</a>.
</p>
</body>
</html>

0 comments on commit 9449c23

Please sign in to comment.