Thanks to visit codestin.com
Credit goes to pkg.go.dev

incjs

package
v1.20.1 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2026 License: BSD-2-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const Ext = ".inc.js"

Ext is the file extension for .inc.js files.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	Path    string // Full file path for the build context the file came from.
	ModTime time.Time
	Content []byte
}

File represents a *.inc.js file metadata and content.

func FromDir

func FromDir(bctx *build.Context, dir string) ([]File, error)

FromDir finds and loads any *.inc.js packages in the build context directory.

func FromFilename

func FromFilename(filename string) (*File, error)

Jump to

Keyboard shortcuts

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