golang-application
Here are 868 public repositories matching this topic...
-
Updated
May 14, 2021 - Go
-
Updated
Jan 27, 2022 - Go
I have two setups, in one the -parallel option works just fine in vscode - it generates parallel test cases as it should. In the other it doesn't do anything (not reporting errors in custom flags is a problem in the vscode go plugin, which is not the issue here).
Both were installed with go get -u github.com/cweill/gotests/... when in the $HOME directory within 15 minutes of each other.
One can use WithSyncNotifiers() and if careful to unregister/register to avoid a loop; you can process the new value but it would be simpler to have an api that returns the value instead
(use case: trim white spaces for instance on a dynstring or other transformations)
could also simplify how loglevel is done
-
Updated
Jan 5, 2022 - Go
Create Gitlab Push/Pull Mirrors
I have a need to recreate a lot of repositories with pull mirroring. This tool has all the other pieces I need except this one feature.
Propose a Solution
Using `glab repo mirror --direction=pull --src="ssh://git@gitlab.example.com:2222/namespace/project.git" --auth=ssh --allow-divergence --protected-branches-only my-new-namespace/my-new-project-na
-
Updated
May 22, 2021 - Go
In the current version, only the Handshake is used at the start of the connection. If the client does not send a message for a long time, the session will not be closed automatically. Will future versions do this session logic maintenance? For example, Netty can set the session to be automatically closed if the client does not send messages for a long time .
-
Updated
Feb 12, 2022 - Go
-
Updated
Dec 24, 2021 - Go
-
Updated
Jan 30, 2022 - Go
-
Updated
Feb 12, 2022 - Go
-
Updated
Oct 6, 2021 - Go
Group support
We should have a group support to handle permissions access from a LDAP, SSO, ...
allowed_resolvers_groups on templates for example.
admin_groups on configuration for example.
-
Updated
Feb 11, 2022 - Go
-
Updated
May 12, 2019 - Go
-
Updated
Feb 11, 2022 - Go
-
Updated
Jan 10, 2022 - Go
Describe the bug
Right now the deployment yaml (from the helm chart) has the same liveness and readiness probe:
readinessProbe:
httpGet:
path: /config
port: http
initialDelaySeconds: 1
periodSeconds: 3
livenessProbe:
httpGet:
path: /config
port: ht-
Updated
Nov 4, 2021 - Go
-
Updated
Dec 21, 2021 - Go
-
Updated
Jan 21, 2022 - Go
Start to use testify
Modify the test to start to use https://github.com/stretchr/testify instead of the native Go tests
-
Updated
Feb 8, 2022 - Go
-
Updated
Jan 17, 2022 - Go
-
Updated
Feb 2, 2021 - Go
-
Updated
Feb 6, 2022 - Go
Improve this page
Add a description, image, and links to the golang-application topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the golang-application topic, visit your repo's landing page and select "manage topics."
GenMarkdownTreeCustom has a way to a header (
filePrependerarg), however there is not a first class way to add a footer.