spartan

module
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2023 License: BSD-3-Clause

README

spartan logo

Spartan

Common functions for go projects.

The documentation is available here: https://pkg.tk-software.de/spartan

package main

import (
	"fmt"

	"pkg.tk-software.de/spartan/io/file"
)

func main() {
	fmt.Printf("Does main.go exist: %t\n", file.Exists("main.go"))
}

License

spartan © 2023 Tobias Koch. Released under a BSD-style license.

Directories

Path Synopsis
archive
tgzfile
Package tgzfile provides functionality related to gzipped tar files.
Package tgzfile provides functionality related to gzipped tar files.
zipfile
Package zipfile provides functionality related to zip files.
Package zipfile provides functionality related to zip files.
Package build provides tool-independent functionality to support building Golang code.
Package build provides tool-independent functionality to support building Golang code.
io
directory
Package directory provides directory-related functionality.
Package directory provides directory-related functionality.
file
Package file provides file-related functionality.
Package file provides file-related functionality.

Jump to

Keyboard shortcuts

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