英文: How can I get the name of a seller on a specific website using golang? 问题 我正在使用Go语言编写一个网络爬虫。给定一个...
How to make html templates recognize a string as html in go
英文: How to make html templates recognize a string as html in go 问题 我有一个来自Go文档教程的维基Web应用程序,想要添加一些内容。其...
使用并发编程使多个函数同时工作
英文: making multiple functions work at the same time using conccurent programming 问题 我开始学习Go语言中的并发编程,...
无法在现有用户上设置电子邮件(使用Golang)。
英文: can't have email on existing user golang 问题 我正在尝试检查用户是否已经拥有电子邮件。我写了一个类似这样的函数: func IsUniqueE...
从数据库中获取多个表单在一个单独的Golang web模板中。
英文: Multiple forms from database in a single Golang web template 问题 我正在使用Golang进行我的第一个项目,并尝试创建一个包含两个...
发送大型JSON负载到Web服务的方法
英文: Approach to send a large JSON payload to a web service 问题 考虑一个小的Go应用程序,它读取一个大于2GB的JSON文件,将JSON数据...
How can I add Google server side sign in authentication to my Golang web application?
英文: How can I add Google server side sign in authentication to my Golang web application? 问题 我的问题可能缺...
Golang初学者无法解决这个问题。
英文: Golang beginner not able solve the problem 问题 我将为您翻译以下内容: 我想通过这种方法创建一个用户登录功能。这需要分为三个部分,与用户注册相同,但...
Cookie在前端没有设置,即使在网络选项卡中存在。
英文: Cookie is not being set in the frontend even if it is present in the network tab 问题 我正在使用Go和mux作...
Golang的request.Body.Close()方法返回一个空的文档。
英文: Golang request.Body.Close() returns an empty Document 问题 我有两个方法在两个不同的包中,其中函数B()接受一个URL,读取网页并返回*h...
21