Update pub.go (#145)

remove os

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
This commit is contained in:
springe2004 2021-03-14 00:34:06 +08:00 committed by GitHub
parent 81b5dc2d54
commit 7a89cf3c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ package main
import (
"context"
"fmt"
"os"
dapr "github.com/dapr/go-sdk/client"
)