mime

package
v0.0.1-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2026 License: ISC Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MoveFile

func MoveFile(src, dst string) error

@source: https://www.tutorialpedia.org/blog/move-a-file-to-a-different-drive-with-go/ MoveFile moves a file from src to dst across drives/filesystems. It copies the file to dst, then deletes src (only if copy succeeds).

Types

type Project

type Project struct {
	BuildDir string
	Meta     *minecraft.PackMcmeta
	// contains filtered or unexported fields
}

func New

func New(mcmeta *minecraft.PackMcmeta) *Project

func (*Project) Build

func (project *Project) Build() error

Directories

Path Synopsis
Minecraft-related hardcoded values and utility functions
Minecraft-related hardcoded values and utility functions

Jump to

Keyboard shortcuts

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