utils

package
v0.90.0-alpha.0 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package utils contains utility functions

Package utils contains utility functions

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContainsString

func ContainsString(arr []string, str string) bool

ContainsString checks the string contains in string array

func CopyFile added in v0.0.4

func CopyFile(sourceFile, destFile string) error

CopyFile copies source file to dest file

func PathExists

func PathExists(dir string) bool

PathExists returns true if file/directory exists otherwise returns false

func SaveFile

func SaveFile(filePath string, data []byte) error

SaveFile saves the file to the provided path Also creates missing directories if any

func SortVersions

func SortVersions(vStrArr []string) error

SortVersions sorts the supported version strings in ascending semver 2.0 order.

Types

This section is empty.

Jump to

Keyboard shortcuts

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