add a16z parser

This commit is contained in:
Asim Aslam
2021-02-27 20:35:03 +00:00
parent 984bc4fb87
commit efee90ab12

View File

@@ -8,8 +8,8 @@ import (
"net/url"
"github.com/SlyMarbo/rss"
"github.com/micro/services/feeds/parser"
log "github.com/micro/micro/v3/service/logger"
"github.com/micro/services/feeds/parser"
feeds "github.com/micro/services/feeds/proto"
posts "github.com/micro/services/posts/proto"
)