Make imports look prettier

This commit is contained in:
Roj Serbest 2021-10-23 20:25:31 +03:00
parent b66451382c
commit 522e06aae5
1 changed files with 1 additions and 1 deletions

View File

@ -3,9 +3,9 @@ package client
import (
"crypto/sha1"
"fmt"
"github.com/pquerna/otp/totp"
"time"
)
import "github.com/pquerna/otp/totp"
func NewSession(publicHash string, privateHash string) (c *CreateSessionStruct) {
c.PrivateHash = privateHash