Black Lives Matter. Support the Equal Justice Initiative.

Source file src/time/embed.go

Documentation: time

     1  // Copyright 2020 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // This file is used with build tag timetzdata to embed tzdata into
     6  // the binary.
     7  
     8  //go:build timetzdata
     9  // +build timetzdata
    10  
    11  package time
    12  
    13  import _ "time/tzdata"
    14  

View as plain text