Skip to content

Commit

Permalink
refactor: convert group import to single import
Browse files Browse the repository at this point in the history
  • Loading branch information
mehditeymorian committed May 11, 2022
1 parent ce8655b commit ce0dbe0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/simple/client/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package main

import (
"github.com/mehditeymorian/qsse"
)
import "github.com/mehditeymorian/qsse"

func main() {
_, err := qsse.NewClient("localhost:4242", "secret", []string{"firstnames", "lastnames"})
Expand Down

0 comments on commit ce0dbe0

Please sign in to comment.