Skip to content

Commit

Permalink
readme: Add fs/lobby to list of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsAD committed Apr 11, 2020
1 parent a27f149 commit 5bbe49a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,16 @@ Packages
|----------------|-------------|
|`file` |Package `file` implements common utilities for handling Warcraft III file formats.|
|`file/blp` |Package `blp` is a BLIzzard Picture image format decoder.|
|`file/fs` |Package `fs` implements Warcraft 3 file system utilities.|
|`file/mpq` |Package `mpq` provides golang bindings to the StormLib library to read MPQ archives.|
|`file/w3m` |Package `w3m` implements basic information extraction functions for w3m/w3x files.|
|`file/w3g` |Package `w3g` implements a decoder and encoder for w3g files.|
|`file/w3m` |Package `w3m` implements basic information extraction functions for w3m/w3x files.|
|`network` |Package `network` implements common utilities for higher-level (emulated) Warcraft III network components.|
|`network/chat` |Package `chat` implements the official classic Battle.net chat API.|
|`network/bnet` |Package `bnet` implements a mocked BNCS client that can be used to interact with BNCS servers.|
|`network/dummy` |Package `dummy` implements a mocked Warcraft 3 game client that can be used to add dummy players to lobbies.|
|`network/lan` |Package `lan` implements a mocked Warcraft 3 LAN client that can be used to discover local games.|
|`network/lobby` |Package `lobby` implements a mocked Warcraft III game server that can be used to host lobbies.|
|`network/peer` |Package `peer` implements a mocked Warcraft 3 client that can be used to manage peer connections in lobbies.|
|`protocol` |Package `protocol` implements common utilities for Warcraft III network protocols.|
|`protocol/capi` |Package `capi` implements the datastructures for the official classic Battle.net chat API.|
Expand Down
2 changes: 1 addition & 1 deletion network/lobby/lobby.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: gowarcraft3 (https://github.com/nielsAD/gowarcraft3)
// License: Mozilla Public License, v2.0

// Package lobby implements a mocked Warcraft III game client that can be used to host lobbies.
// Package lobby implements a mocked Warcraft III game server that can be used to host lobbies.
package lobby

import (
Expand Down

0 comments on commit 5bbe49a

Please sign in to comment.