summaryrefslogtreecommitdiff
path: root/devdocs/go/time%2Ftzdata%2Findex.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/go/time%2Ftzdata%2Findex.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/go/time%2Ftzdata%2Findex.html')
-rw-r--r--devdocs/go/time%2Ftzdata%2Findex.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/devdocs/go/time%2Ftzdata%2Findex.html b/devdocs/go/time%2Ftzdata%2Findex.html
deleted file mode 100644
index 5335b358..00000000
--- a/devdocs/go/time%2Ftzdata%2Findex.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<h1> Package tzdata </h1> <ul id="short-nav">
-<li><code>import "time/tzdata"</code></li>
-<li><a href="#pkg-overview" class="overviewLink">Overview</a></li>
-<li><a href="#pkg-index" class="indexLink">Index</a></li>
-</ul> <h2 id="pkg-overview">Overview </h2> <p>Package tzdata provides an embedded copy of the timezone database. If this package is imported anywhere in the program, then if the time package cannot find tzdata files on the system, it will use this embedded information. </p>
-<p>Importing this package will increase the size of a program by about 450 KB. </p>
-<p>This package should normally be imported by a program's main package, not by a library. Libraries normally shouldn't decide whether to include the timezone database in a program. </p>
-<p>This package will be automatically imported if you build with -tags timetzdata. </p> <h2 id="pkg-index">Index </h2> <h3>Package files</h3> <p> <span>tzdata.go</span> <span>zzipdata.go</span> </p><div class="_attribution">
- <p class="_attribution-p">
- &copy; Google, Inc.<br>Licensed under the Creative Commons Attribution License 3.0.<br>
- <a href="http://golang.org/pkg/time/tzdata/" class="_attribution-link">http://golang.org/pkg/time/tzdata/</a>
- </p>
-</div>