go generate 源码

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

golang generate 代码

文件路径:/src/image/color/palette/generate.go

// Copyright 2014 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.

//go:generate go run gen.go -output palette.go

// Package palette provides standard color palettes.
package palette

相关信息

go 源码目录

相关文章

go gen 源码

go palette 源码

0  赞