Skip to content

Commit

Permalink
adjust demo
Browse files Browse the repository at this point in the history
  • Loading branch information
suwenkuang committed Apr 23, 2020
1 parent a4314fa commit 8a1a13e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 70 deletions.
31 changes: 0 additions & 31 deletions tars/tools/Demo/ServantImp.go

This file was deleted.

23 changes: 0 additions & 23 deletions tars/tools/Demo/Server.conf

This file was deleted.

15 changes: 0 additions & 15 deletions tars/tools/Demo/Server.go

This file was deleted.

2 changes: 1 addition & 1 deletion tars/tools/Demo4GoMod/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {
imp := new(_SERVANT_Imp)
err := imp.Init()
if err != nil {
fmt.Printf("_SERVANT_Imp init fail, ret:%d, err:(%s)\n", ret, err)
fmt.Printf("_SERVANT_Imp init fail, err:(%s)\n", err)
os.Exit(-1)
}
// New servant
Expand Down

0 comments on commit 8a1a13e

Please sign in to comment.