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