Skip to content

Commit

Permalink
Sociall-House -> SociallHouse
Browse files Browse the repository at this point in the history
  • Loading branch information
NolikTop committed May 24, 2020
1 parent 2dd0682 commit bb22e4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
## Установка

```
go get github.com/Sociall-House/binary
go get github.com/SociallHouse/binary
```

## Примеры

```go
package main

import "github.com/Sociall-House/binary"
import "github.com/SociallHouse/binary"

func main(){
// int + byte + byte array
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/Sociall-House/binary
module github.com/SociallHouse/binary

go 1.14

0 comments on commit bb22e4c

Please sign in to comment.