【Jetbrains License】使用Go搭建的web服务

声明:这是根据一位大佬的Java版本翻版而来的,并稍微调整了一下前端(本人菜的很)

原帖地址

【Jetbrains License】纯Java版本地搭建,了解/学习/质疑/解决/熟悉/掌握/改造,一站式证书/Agent/ActiveCode生成 - 常规话题 / 精华神贴 - LINUX DO

Github

GitHub - Luxcis/Jetbrains-Helper-Go: 一个有助于提升Jetbrains服务商相关产品易用性的工具(GO语言版) 改写自https://github.com/NotoChen/Jetbrains-Help

Docker

luxcis/jetbrains-help-go - Docker Image | Docker Hub

主要是嫌弃java太笨重了,正好稍微会一点go,就摸了一个go版本

16 个赞

go is future

1 个赞

来学习

1 个赞

java确实笨重,maven依赖下半天

个个都说自己菜,个个都是大佬,只有我是真的菜

2 个赞

技术贴,支持一下

学习学习 :smiling_face_with_three_hearts:

好好好…坐等到时候啥语言都实现一遍

有个小问题,clone下来后我想在本地启动,我使用go mod tidy后报错如下

➜  Jetbrains-Helper-Go git:(master) go mod tidy
go: downloading github.com/sagikazarmark/locafero v0.4.0
go: downloading golang.org/x/exp v0.0.0-20230905200255-921286631fa9
go: downloading github.com/bytedance/sonic v1.11.5
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/json-iterator/go v1.1.12
verifying github.com/bytedance/sonic/[email protected]/go.mod: checksum mismatch
        downloaded: h1:ncP89zfokxS5LZrJxl5z0UJcsk4M4yY2JpfqGeCtNLU=
        go.sum:     h1:UmRT+IRTGKz/DAkzcEGzyVqQFJ7H9BqwBO3pm9H/+HY=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

请问怎么解决呢

go.sum删掉了重新go mod tidy

强啊,有时间试试(๑ت๑)

mark

mark了

马上就集齐全语言版本了

厉害了大佬,刚好学go来试试