Skip to content

Commit

Permalink
remove "https://" from go get (#7)
Browse files Browse the repository at this point in the history
remove "https://" from go get
  • Loading branch information
abrar71 authored Dec 3, 2023
1 parent 0ce6068 commit d20d91b
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 @@ -17,7 +17,7 @@ Unlike other nullable libraries, gonull leverages Go's generics feature, enablin
## Usage

```bash
go get https://github.com/lomsa-dev/gonull
go get github.com/lomsa-dev/gonull
```

### Example
Expand Down

0 comments on commit d20d91b

Please sign in to comment.