update structure
This commit is contained in:
parent
c2ebfa5ace
commit
00e7c465db
|
@ -3,7 +3,7 @@ package client
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"git.xdrm.io/schastsp/internal/client/keyset"
|
"git.xdrm.io/schastsp/internal/keyset"
|
||||||
"git.xdrm.io/schastsp/context"
|
"git.xdrm.io/schastsp/context"
|
||||||
"git.xdrm.io/schastsp/util/scha"
|
"git.xdrm.io/schastsp/util/scha"
|
||||||
"io"
|
"io"
|
|
@ -3,7 +3,7 @@ package client
|
||||||
import (
|
import (
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
"fmt"
|
"fmt"
|
||||||
"git.xdrm.io/schastsp/internal/client/keyset"
|
"git.xdrm.io/schastsp/internal/keyset"
|
||||||
"git.xdrm.io/schastsp/util/scha"
|
"git.xdrm.io/schastsp/util/scha"
|
||||||
"git.xdrm.io/schastsp/util/timeid"
|
"git.xdrm.io/schastsp/util/timeid"
|
||||||
"git.xdrm.io/schastsp/util/xor"
|
"git.xdrm.io/schastsp/util/xor"
|
|
@ -1,7 +1,7 @@
|
||||||
package client;
|
package client;
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"git.xdrm.io/schastsp/internal/client/keyset"
|
"git.xdrm.io/schastsp/internal/keyset"
|
||||||
"fmt"
|
"fmt"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"errors"
|
"errors"
|
|
@ -6,7 +6,7 @@ import (
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"git.xdrm.io/schastsp/context"
|
"git.xdrm.io/schastsp/context"
|
||||||
"git.xdrm.io/schastsp/internal/client"
|
"git.xdrm.io/schastsp/client"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main(){
|
func main(){
|
||||||
|
|
|
@ -7,7 +7,7 @@ import (
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"git.xdrm.io/schastsp/context"
|
"git.xdrm.io/schastsp/context"
|
||||||
"git.xdrm.io/schastsp/internal/server"
|
"git.xdrm.io/schastsp/server"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main(){
|
func main(){
|
||||||
|
|
|
@ -7,8 +7,8 @@ import (
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"git.xdrm.io/schastsp/context"
|
"git.xdrm.io/schastsp/context"
|
||||||
"git.xdrm.io/schastsp/internal/client"
|
"git.xdrm.io/schastsp/client"
|
||||||
"git.xdrm.io/schastsp/internal/server"
|
"git.xdrm.io/schastsp/server"
|
||||||
)
|
)
|
||||||
|
|
||||||
/* Store target config paths */
|
/* Store target config paths */
|
||||||
|
|
Loading…
Reference in New Issue