This website requires JavaScript.
Explore
Help
Register
Sign In
dapr
/
samples
mirror of
https://github.com/dapr/samples.git
Watch
1
Star
0
Fork
You've already forked samples
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bf1f30ad42
samples
/
twitter-sentiment-processor
/
demos
/
demo2
/
viewer
/
bin
/
local
10 lines
101 B
Bash
Raw
Blame
History
#!/bin/bash
set
-o errexit
set
-o pipefail
go mod tidy
go mod vendor
go run -v handler.go main.go
Reference in New Issue
View Git Blame
Copy Permalink