Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/ldsec/unlynx into timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoAndreSa committed Mar 12, 2020
2 parents 6340084 + a8fe516 commit e9c05b5
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 11 deletions.
3 changes: 0 additions & 3 deletions app/compileLinux.sh

This file was deleted.

3 changes: 0 additions & 3 deletions app/compileMac.sh

This file was deleted.

2 changes: 1 addition & 1 deletion app/client.go → cmd/unlynx/client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package appunlynx
package main

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion app/unlynx.go → cmd/unlynx/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package appunlynx
package main

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion app/server.go → cmd/unlynx/server.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package appunlynx
package main

import (
"github.com/urfave/cli"
Expand Down
2 changes: 1 addition & 1 deletion app/server_test.go → cmd/unlynx/server_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package appunlynx
package main

import (
"go.dedis.ch/onet/v3/log"
Expand Down
2 changes: 1 addition & 1 deletion app/unlynx_test.go → cmd/unlynx/unlynx_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package appunlynx
package main

import (
"os"
Expand Down

0 comments on commit e9c05b5

Please sign in to comment.