From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/go/time%2Ftzdata%2Findex.html | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 devdocs/go/time%2Ftzdata%2Findex.html (limited to 'devdocs/go/time%2Ftzdata%2Findex.html') 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 @@ -

Package tzdata

Overview

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.

-

Importing this package will increase the size of a program by about 450 KB.

-

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.

-

This package will be automatically imported if you build with -tags timetzdata.

Index

Package files

tzdata.go zzipdata.go

-

- © Google, Inc.
Licensed under the Creative Commons Attribution License 3.0.
- http://golang.org/pkg/time/tzdata/ -

-
-- cgit v1.2.3