Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Jan 6, 2021
1 parent d50ba0d commit 01f2a60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ You can add optional parameters to constructor function.
* `DisableUploadPack` : Disable `git upload-pack` command.
* `DisableReceivePack`: Disable `git receive-pack` command.
* `WithoutDumbProto` : Without `dumb protocol` handling.
* `WithoutDumbProtoExceptHead` : Without `dumb protocol` except `head` handling.
```go
ghx, err := githttpxfer.New(
"/data/git",
Expand Down

0 comments on commit 01f2a60

Please sign in to comment.