move files and update import paths
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/server/tcp.go → domain/web/server/tcp.go
@@ -4,8 +4,8 @@ import ( "net" "strconv" - "github.com/Southclaws/fault" "alin.ovh/x/listenfd" + "github.com/Southclaws/fault" ) func (s *Server) serveTCP() error {