Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframAlph committed Apr 4, 2022
1 parent c40374b commit 5eff7b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ using MODP groups as defined in [RFC3526](https://datatracker.ietf.org/doc/html/
Example:

```go
package main

import (
"fmt"
"reflect"
Expand All @@ -31,6 +33,8 @@ can use different group from available (5, 14, 15, 16, 17, 18).
Example using other group:

```go
package main

import (
"fmt"
"reflect"
Expand All @@ -51,6 +55,8 @@ func main() {

Example using different groups:
```go
package main

import (
"fmt"
"reflect"
Expand Down

0 comments on commit 5eff7b8

Please sign in to comment.