Move packages out of src/

This commit is contained in:
2024-08-08 16:35:03 -04:00
parent 57d7cdf8f9
commit ba4f7f2340
25 changed files with 0 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
//go:build !windows
package backend
// TargetLocationFormat returns the full location of an entry (given the name) formatted for the current platform
func TargetLocationFormat(targetLocationIncomplete string) string {
return EntryRoot + targetLocationIncomplete
}