goweb
goweb copied to clipboard
Golang写的程序员网址导航
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.2 to 1.9.0. Release notes Sourced from github.com/gin-gonic/gin's releases. v1.9.0 Changelog BREAK CHANGES Stop useless panicking in context and render #2150 BUG FIXES fix(router): tree bug where...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.26.0 to 1.34.0. Release notes Sourced from github.com/valyala/fasthttp's releases. v1.34.0 59f94a3 Update github.com/klauspost/compress (#1237) (Mikhail Faraponov) 62c15a5 Don't reset RequestCtx.s (#1234) (Erik Dubbelboer) 7670c6e Fix windows tests...
登录不了
2021-10-29 16:07:50 level=info Starting [service] micro.hrefs.srv 2021-10-29 16:07:50 level=info Server [grpc] Listening on [::]:30004 2021-10-29 16:08:11 level=error Server register error: Put "http://192.168.111.151:8500/v1/agent/service/register": dial tcp 192.168.111.151:8500: connectex: A connection attempt failed...
2点建议
1. 做网址导航不需要mysql,sqlite绰绰有余,可免去部署mysql 2. 构建docker镜像
A路由 → A方法\ / A服务接口 → A服务 B路由 → B方法 → RPC → B服务接口 → B服务 C路由 → C方法 / \C服务接口 → C服务
正在学习golang 没用过go-micro , windows下安装consul后,protobuf-3.6.1也配置了,启动 go run main.go 跑了一下,能进主界面,但是接口全部 timeout ,是不是我的go-micro 缺了什么东西 能否把完整的二次开发流程补一下?
参与学习
对go一无所知的小白
Vue.js
这里面用到vue.js了吗? 我从网站上跳过来的,浏览了一下代码,没有找到vue相关的东西呢
app.StaticServe undefined (type *iris.Application has no field or method StaticServe) 为啥我的main.go 11行调用的iris StaticServe没有这个方法