Skip to content

Commit

Permalink
Merge pull request #8 from JankariTech/change-bot-name-#5
Browse files Browse the repository at this point in the history
Changed the module name to teamup-rocketchat-bot
  • Loading branch information
individual-it authored Jan 6, 2023
2 parents 41d567f + 2d4a8b7 commit 870c384
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions teamup-rocketchat-bot/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### teamup rocket.chat bot

### teamup-rocket.chat-bot
- The bot reminds of any upcoming events in teamup calendar(JankariTech's meetings calendar) to the rocket.chat channel
- Author: Roshan Lamichhane

### Currently supports
Expand All @@ -25,16 +25,15 @@ go run main.go
- Go supports cross-compiling for multiple platforms

```bash
GOARCH=arm GOOS=linux go build -o build/go-jankari-bot

GOARCH=amd64 GOOS=linux go build -o build/ .
```
- The executable will be inside `build` folder

Here,
- `GOARCH` = `targeted architecture` <br>
E.g. amd64, arm
- `GOOS` = `target operating-system` <br>
E.g Linux
- `GOOS` = `targeted operating-system` <br>
E.g. linux,windows

*Note*: See below for more available options

Expand Down
2 changes: 1 addition & 1 deletion teamup-rocketchat-bot/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/roshanlc/go-jankari-bot
module github.com/jankaritech/hubot/teamup-rocketchat-bot

go 1.19

Expand Down

0 comments on commit 870c384

Please sign in to comment.