Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
larsnovikov committed Sep 11, 2018
1 parent 288367f commit 6e75233
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea/*
demonaz
.DS_Store
Binary file added build/caddy-server
Binary file not shown.
File renamed without changes.
4 changes: 2 additions & 2 deletions demonaz.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"./DaemonConfig"
"./Starter"
"./daemon_config"
"./starter"
"fmt"
"github.com/marcsauter/single"
"log"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions Starter/Starter.go → starter/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package Starter

import (
"../DaemonConfig"
"../Logger"
"../daemon_config"
"../logger"
"fmt"
"os/exec"
"strings"
Expand Down

0 comments on commit 6e75233

Please sign in to comment.