Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
exposed committed Jan 27, 2024
1 parent 71022b8 commit 2301f0e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
package caddy

//go:generate rm -rf docs
//go:generate go run "github.com/therve/go/gopages" -base /$GOPACKAGE -internal -out docs -source-link "https://github.com/point-c/$GOPACKAGE/blob/main/{{.Path}}{{if .Line}}#L{{.Line}}{{end}}"
//go:generate go run "github.com/johnstarich/go/gopages" -base /$GOPACKAGE -internal -out docs -source-link "https://github.com/point-c/$GOPACKAGE/blob/main/{{.Path}}{{if .Line}}#L{{.Line}}{{end}}"

import _ "github.com/therve/go/gopages"
import _ "github.com/johnstarich/go/gopages"
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>
<head>
<script>
window.location = "pkg/github.com/point-c/caddy"
window.location = "pkg/github.com/point-c/caddy/"
</script>
</head>
<body>
<a href="pkg/github.com/point-c/caddy">Click here to see this module's documentation.</a>
<a href="pkg/github.com/point-c/caddy/">Click here to see this module's documentation.</a>
</body>
</html>
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ go 1.21.5
require (
github.com/caddyserver/caddy/v2 v2.7.6
github.com/google/uuid v1.5.0
github.com/johnstarich/go/gopages v0.1.25
github.com/pkg/errors v0.9.1
github.com/point-c/simplewg v0.1.0
github.com/point-c/wg v0.2.0
github.com/point-c/wgapi v0.1.0
github.com/point-c/wgevents v0.1.0
github.com/stretchr/testify v1.8.4
github.com/therve/go/gopages v0.0.0-20230125110906-989785bb2fa2
go.mrchanchal.com/zaphandler v0.0.0-20230611140024-bd4fd80897ad
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
Expand Down Expand Up @@ -77,7 +77,6 @@ require (
github.com/jackc/pgtype v1.14.0 // indirect
github.com/jackc/pgx/v4 v4.18.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/johnstarich/go/gopages v0.1.25 // indirect
github.com/johnstarich/go/pipe v0.2.0 // indirect
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
github.com/klauspost/compress v1.17.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,6 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/tailscale/tscert v0.0.0-20230806124524-28a91b69a046 h1:8rUlviSVOEe7TMk7W0gIPrW8MqEzYfZHpsNWSf8s2vg=
github.com/tailscale/tscert v0.0.0-20230806124524-28a91b69a046/go.mod h1:kNGUQ3VESx3VZwRwA9MSCUegIl6+saPL8Noq82ozCaU=
github.com/therve/go/gopages v0.0.0-20230125110906-989785bb2fa2 h1:x2yEkk4IZ4rZS9C86JCQ5m5zQDW9JJkQkGZ5mrzud80=
github.com/therve/go/gopages v0.0.0-20230125110906-989785bb2fa2/go.mod h1:e2jbQbt2DZGWAlN8eotfmg/0sxsG0FwpMkXGG6bLRZ8=
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
Expand Down
1 change: 1 addition & 0 deletions point-c.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package caddy

0 comments on commit 2301f0e

Please sign in to comment.