outdate dependecies removed
This commit is contained in:
parent
586fd218f5
commit
d2bc7e6fe5
|
@ -2,7 +2,6 @@ package server
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
|
||||||
"github.com/labstack/echo"
|
"github.com/labstack/echo"
|
||||||
"github.com/labstack/echo/middleware"
|
"github.com/labstack/echo/middleware"
|
||||||
c "github.com/tockins/realize/settings"
|
c "github.com/tockins/realize/settings"
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
package settings
|
package settings
|
||||||
|
|
||||||
import "syscall"
|
|
||||||
|
|
||||||
// Flimit defines the max number of watched files
|
// Flimit defines the max number of watched files
|
||||||
func (s *Settings) Flimit() {
|
func (s *Settings) Flimit() {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue