-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
exposed
committed
Jan 19, 2024
1 parent
e280f57
commit ff02d8d
Showing
66 changed files
with
4,783 additions
and
81 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//go:build docs | ||
|
||
package wglog | ||
|
||
//go:generate rm -rf docs | ||
//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/johnstarich/go/gopages" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="theme-color" content="#375EAB"> | ||
|
||
<title>Page not found - GoPages</title> | ||
|
||
<link type="text/css" rel="stylesheet" href="/wglog/lib/godoc/style.css"> | ||
|
||
<script>window.initFuncs = [];</script> | ||
<script src="/wglog/lib/godoc/jquery.js" defer></script> | ||
|
||
|
||
|
||
|
||
<script>var goVersion = "go1.21.6";</script> | ||
<script src="/wglog/lib/godoc/godocs.js" defer></script> | ||
|
||
</head> | ||
<body> | ||
|
||
<div id='lowframe' style="position: fixed; bottom: 0; left: 0; height: 0; width: 100%; border-top: thin solid grey; background-color: white; overflow: auto;"> | ||
... | ||
</div><!-- #lowframe --> | ||
|
||
<div id="topbar" class="wide"><div class="container"> | ||
<div class="top-heading" id="heading-wide"><a href="/wglog/pkg/github.com/point-c/wglog/">GoPages | Auto-generated docs</a></div> | ||
<div class="top-heading" id="heading-narrow"><a href="/wglog/pkg/github.com/point-c/wglog/">GoPages</a></div> | ||
<a href="#" id="menu-button"><span id="menu-button-arrow">▽</span></a> | ||
|
||
</div></div> | ||
|
||
|
||
|
||
<div id="page" class="wide"> | ||
<div class="container"> | ||
|
||
|
||
<h1> | ||
Page not found | ||
<span class="text-muted"></span> | ||
</h1> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div id="nav"></div> | ||
|
||
|
||
<p> | ||
<span class="alert" style="font-size:120%"> | ||
Oops, this page doesn't exist. | ||
</span> | ||
</p> | ||
<p>If something should be here, <a href="https://github.com/JohnStarich/go/issues/new" target="_blank">open an issue</a>.</p> | ||
|
||
|
||
<div id="footer"> | ||
Build version go1.21.6.<br> | ||
</div> | ||
|
||
</div><!-- .container --> | ||
</div><!-- #page --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script> | ||
window.location = "pkg/github.com/point-c/wglog/" | ||
</script> | ||
</head> | ||
<body> | ||
<a href="pkg/github.com/point-c/wglog/">Click here to see this module's documentation.</a> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.