go embed 源码

  • 2022-07-15
  • 浏览 (901)

golang embed 代码

文件路径:/src/time/embed.go

// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// This file is used with build tag timetzdata to embed tzdata into
// the binary.

//go:build timetzdata

package time

import _ "time/tzdata"

相关信息

go 源码目录

相关文章

go example_test 源码

go export_android_test 源码

go export_test 源码

go export_windows_test 源码

go format 源码

go format_test 源码

go genzabbrs 源码

go internal_test 源码

go mono_test 源码

go sleep 源码

0  赞