Browse Source

restructure fho_forward client

sainw 1 year ago
parent
commit
7b6c58cd24
7 changed files with 1 additions and 1 deletions
  1. 0 0
      client.go
  2. 1 1
      go.mod
  3. 0 0
      listener.go
  4. 0 0
      model.go
  5. 0 0
      query.go
  6. 0 0
      update.go
  7. 0 0
      util.go

+ 0 - 0
client/client.go → client.go


+ 1 - 1
go.mod

@@ -1,4 +1,4 @@
-module git.mokkon.com/sainw/fho_forward.git
+module client
 
 go 1.17
 

+ 0 - 0
client/listener.go → listener.go


+ 0 - 0
client/model.go → model.go


+ 0 - 0
client/query.go → query.go


+ 0 - 0
client/update.go → update.go


+ 0 - 0
client/util.go → util.go