codegen

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2024 License: MIT Imports: 5 Imported by: 1

Documentation

Overview

Package codegen 简单的代码生成工具

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dump

func Dump(path string, content []byte, mode fs.FileMode) error

Dump 格式化并输出 Go 源码到 path

func DumpFromTemplate

func DumpFromTemplate(path, tpl string, data any, mode fs.FileMode) error

DumpFromTemplate 根据模板内容生成代码

func DumpFromTemplateFile

func DumpFromTemplateFile(path string, tplFile string, data any, mode fs.FileMode) error

DumpFromTemplateFile 根据 tplFile 指向的模板内容生成代码

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL