mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 15:29:26 +00:00
Last changes
This commit is contained in:
parent
6872269266
commit
aa0651a763
4 changed files with 30 additions and 25 deletions
|
|
@ -45,7 +45,7 @@ func ListMacros(w http.ResponseWriter, r *http.Request) {
|
|||
dir := "../macros"
|
||||
files, err := os.ReadDir(dir)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
log.Println(err)
|
||||
}
|
||||
|
||||
var fileNames []string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue