Documentation ¶
Overview ¶
Copyright (C) NHR@FAU, University Erlangen-Nuremberg. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Copyright (C) NHR@FAU, University Erlangen-Nuremberg. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Copyright (C) NHR@FAU, University Erlangen-Nuremberg. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Copyright (C) NHR@FAU, University Erlangen-Nuremberg. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Copyright (C) NHR@FAU, University Erlangen-Nuremberg. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Copyright (C) NHR@FAU, University Erlangen-Nuremberg. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Index ¶
- func CheckFileExists(filePath string) bool
- func CompressFile(fileIn string, fileOut string) error
- func Contains[T comparable](items []T, item T) bool
- func CopyDir(src string, dst string) (err error)
- func CopyFile(src, dst string) (err error)
- func DiskUsage(dirpath string) float64
- func GetFilecount(path string) int
- func GetFilesize(filePath string) int64
- func Max[T constraints.Ordered](a, b T) T
- func Mean(input []float64) (float64, error)
- func Median(input []float64) (median float64, err error)
- func Min[T constraints.Ordered](a, b T) T
- func UncompressFile(fileIn string, fileOut string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckFileExists ¶
func CompressFile ¶
func Contains ¶ added in v1.2.0
func Contains[T comparable](items []T, item T) bool
func GetFilecount ¶
func GetFilesize ¶
func Max ¶
func Max[T constraints.Ordered](a, b T) T
func Min ¶
func Min[T constraints.Ordered](a, b T) T
func UncompressFile ¶
Types ¶
This section is empty.