Refactor out protocol and luhn (protocol dependency) packages

This commit is contained in:
Jakob Borg
2015-01-13 13:22:56 +01:00
parent 48382c4b59
commit eef1aebe8c
65 changed files with 841 additions and 70 deletions

View File

@@ -24,7 +24,7 @@ import (
"syscall"
"time"
"github.com/syncthing/syncthing/internal/protocol"
"github.com/syncthing/protocol"
)
func init() {