mirror of
https://github.com/CPunch/gopenfusion.git
synced 2024-11-12 19:20:06 +00:00
update module name to reflect repo
This commit is contained in:
parent
bf1e9d1350
commit
52f0c4b1c7
@ -5,7 +5,7 @@ import (
|
||||
|
||||
"golang.org/x/crypto/bcrypt"
|
||||
|
||||
"github.com/CPunch/GopenFusion/protocol"
|
||||
"github.com/CPunch/gopenfusion/protocol"
|
||||
"github.com/blockloop/scan"
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,7 @@ package db
|
||||
import (
|
||||
"database/sql"
|
||||
|
||||
"github.com/CPunch/GopenFusion/protocol"
|
||||
"github.com/CPunch/gopenfusion/protocol"
|
||||
)
|
||||
|
||||
type Inventory struct {
|
||||
|
@ -3,8 +3,8 @@ package db
|
||||
import (
|
||||
"database/sql"
|
||||
|
||||
"github.com/CPunch/GopenFusion/config"
|
||||
"github.com/CPunch/GopenFusion/protocol"
|
||||
"github.com/CPunch/gopenfusion/config"
|
||||
"github.com/CPunch/gopenfusion/protocol"
|
||||
"github.com/blockloop/scan"
|
||||
)
|
||||
|
||||
|
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
||||
module github.com/CPunch/GopenFusion
|
||||
module github.com/CPunch/gopenfusion
|
||||
|
||||
go 1.19
|
||||
|
||||
|
4
main.go
4
main.go
@ -1,8 +1,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/CPunch/GopenFusion/db"
|
||||
"github.com/CPunch/GopenFusion/server"
|
||||
"github.com/CPunch/gopenfusion/db"
|
||||
"github.com/CPunch/gopenfusion/server"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -5,10 +5,10 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/CPunch/GopenFusion/config"
|
||||
"github.com/CPunch/GopenFusion/db"
|
||||
"github.com/CPunch/GopenFusion/protocol"
|
||||
"github.com/CPunch/GopenFusion/util"
|
||||
"github.com/CPunch/gopenfusion/config"
|
||||
"github.com/CPunch/gopenfusion/db"
|
||||
"github.com/CPunch/gopenfusion/protocol"
|
||||
"github.com/CPunch/gopenfusion/util"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"net"
|
||||
"sync"
|
||||
|
||||
"github.com/CPunch/GopenFusion/protocol"
|
||||
"github.com/CPunch/gopenfusion/protocol"
|
||||
)
|
||||
|
||||
type LoginServer struct {
|
||||
|
@ -6,8 +6,8 @@ import (
|
||||
"log"
|
||||
"net"
|
||||
|
||||
"github.com/CPunch/GopenFusion/db"
|
||||
"github.com/CPunch/GopenFusion/protocol"
|
||||
"github.com/CPunch/gopenfusion/db"
|
||||
"github.com/CPunch/gopenfusion/protocol"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -1,8 +1,8 @@
|
||||
package util
|
||||
|
||||
import (
|
||||
"github.com/CPunch/GopenFusion/db"
|
||||
"github.com/CPunch/GopenFusion/protocol"
|
||||
"github.com/CPunch/gopenfusion/db"
|
||||
"github.com/CPunch/gopenfusion/protocol"
|
||||
)
|
||||
|
||||
func Player2PCStyle(plr *db.Player) (protocol.SPCStyle, protocol.SPCStyle2) {
|
||||
|
Loading…
Reference in New Issue
Block a user