feat: publish the Sandwich Hime source preview
Signed-off-by: Cole Speelman <gamertan@noreply.localhost>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
//go:build !windows
|
||||
|
||||
package compiler
|
||||
|
||||
import "os"
|
||||
|
||||
func replaceFile(replacement, destination string) error {
|
||||
return os.Rename(replacement, destination)
|
||||
}
|
||||
Reference in New Issue
Block a user