Skip to content

Commit

Permalink
feat: abandon goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed Jan 16, 2024
1 parent b61c006 commit f01f271
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 135 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/goreleaser.yaml

This file was deleted.

67 changes: 0 additions & 67 deletions .goreleaser.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ func main() {
Let's say you have a bunch of URLs that you want to crawl and save the HTTP response to a file. You can use gojob to do that.
Check [it](./example/complex-http-crawler/) out for details.

Try it out using the following command.

```
go install github.com/WangYihang/gojob/example/complex-http-crawler@latest
```

```
$ cat urls.txt
https://www.google.com/
Expand Down
34 changes: 0 additions & 34 deletions cmd/simple-http-crawler/main.go

This file was deleted.

0 comments on commit f01f271

Please sign in to comment.