Merge branch 'dev' of github.com:EngiGu/message-nest into dev

This commit is contained in:
engigu
2024-01-01 13:59:04 +08:00
3 changed files with 9 additions and 4 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
FROM golang:latest FROM golang:latest
ENV GOPROXY https://goproxy.cn,direct ENV GOPROXY https://goproxy.cn,direct
WORKDIR $GOPATH/src/github.com/EDDYCJY/go-gin-example WORKDIR /app
COPY . $GOPATH/src/github.com/EDDYCJY/go-gin-example COPY . /app
RUN go build . RUN go build .
EXPOSE 8000 EXPOSE 8000
ENTRYPOINT ["./go-gin-example"] ENTRYPOINT ["./Message-Nest"]
+1 -1
View File
@@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) The go-gin-example Authors Copyright (c) The Message-Nest Authors
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
+5
View File
@@ -7,6 +7,11 @@
### 进度 ### 进度
项目还在不断更新中,欢迎大家提出各种建议。 项目还在不断更新中,欢迎大家提出各种建议。
- [x] 支持邮件发送
- [ ] 支持钉钉
- [ ] 企业微信
- [ ] ....
### 项目来由 ### 项目来由
自己常常写一些脚本需要消息推送,经常需要接入不同的消息发送,很不方便,于是就有了这个项目。 自己常常写一些脚本需要消息推送,经常需要接入不同的消息发送,很不方便,于是就有了这个项目。