Skip to content

Commit

Permalink
docs: markdown highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
lonng committed Sep 19, 2018
1 parent cac7510 commit 18599ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (r *RemoteComponent) DemoHandler(s *session.Session, msg *pb.DemoMsg) error

#### How to execute the asynchronous task

```
```go
func (manager *PlayerManager) Login(s *session.Session, msg *ReqPlayerLogin) error {
var onDBResult = func(player *Player) {
manager.players = append(manager.players, player)
Expand Down

0 comments on commit 18599ed

Please sign in to comment.