golang

Go is a programming language built to resemble a simplified version of the C programming language. It compiles at the machine level. Go was created at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson.
Here are 68,835 public repositories matching this topic...
-
Updated
Jun 16, 2022 - Go
-
Updated
Jun 10, 2022 - Go
-
Updated
Jun 17, 2022 - Go
Hi. First of all, kudos to you for the VFS cache - it's really brilliant. I have one request though.
For a little background, as of now I'm using the following settings:
--vfs-cache-mode full \
--vfs-cache-max-size 500G \
--vfs-cache-max-age 5000h \
--vfs-cache-poll-interval 5m \
--vfs-read-ahead 2G \
--bwlimit-file 32M \
--vfs-read-chunk-size=64M \
--vfs-read-chunk-s
-
Updated
Jun 7, 2022 - Makefile
the user should have an api to delete his own account
you just have to look at
https://github.com/go-gitea/gitea/blob/a7f0ce620774be861f11b57d426ab59e27e4171a/routers/api/v1/admin/user.go#L307-L320
Describe the feature or problem you’d like to solve
A number of options have a -L
or --limit
option with defaults (20 or 30) and can be supplied with a --limit n
where n is a positive integer option, e.g.:
gh issue list --state=open --limit=2000 --json=number
However, if the user needs to get a list of all of the open issue numbers they need to either guess how many the
-
Updated
Jun 17, 2022 - Go
-
Updated
Jun 17, 2022 - Go
-
Updated
Jun 16, 2022 - Go
-
Updated
Jun 17, 2022 - Go
Update visual date formatting for custom status expiry to 2021-06-28 (ensure month and day are always double digits by adding 0 in front when needed)
If you're interested please comment here and come [join our "Contributors" community channel](https://community.mattermost
-
Updated
Jun 17, 2022 - Go
-
Updated
Jun 6, 2022 - Go
-
Updated
Jun 17, 2022 - Go
-
Updated
Jun 14, 2022 - Go
Is your feature request related to a problem? Please describe.
SIEC is currently the default curve, despite it being unknown and receiving insufficient cryptanalysis. It looks as if it was chosen because you're related to the designer. Then the NIST curves have seeds that haven't been explained, lea
-
Updated
Jun 14, 2022 - Go
-
Updated
Jun 11, 2022 - Go
-
Updated
May 30, 2022 - Go
-
Updated
Jun 17, 2022 - Go
-
Updated
Jun 15, 2022 - Go
Feature-request
配置监听的key发生变更时,按照Source的顺序合并一次,决定最终的value
What problem is the feature used to solve?
有基础配置用于决定所有程序基本行为,以及应用偏好配置决定个别程序特殊行为。
比如所有程序默认日志级别,个别程序做特殊调整。
在偏好配置中日志级别的key删除后,需要使用基础配置的key的配置。
Requirements description of the feature
比如有配置Source: A, B,程序启动的时候会WithSource(A, B)
A里有配置level: debug
程序监听key: level
B新增配置level: warn
到此为止都是正常的,监听拿到了level从debug修改warn
而当B把配置lev
Created by Robert Griesemer, Rob Pike, Ken Thompson
Released November 10, 2009
- Repository
- golang/go
- Website
- golang.org
- Wikipedia
- Wikipedia
Java tutorial: "Build a Spring Boot App with User Authentication" is no longer available
Current Behavior
The link https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication is currently unavailable.
It looks like the author no longer maintains the website.
Possible Solution
found som