golang-application
Here are 805 public repositories matching this topic...
Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
-
Updated
May 14, 2021 - Go
Describe the bug
Tags are not showing for the last entry in ticker, when scrolling is applicable.
To Reproduce
Steps to reproduce the behavior:
- launch with --show-tags
- Scroll to the bottom
- Observe that the last entry does not show the tags.
Expected behavior
The interface will allow you to scroll down to the very bottom.
Screenshots
.
Both were installed with go get -u github.com/cweill/gotests/... when in the $HOME directory within 15 minutes of each other.
Right now the type for dflag.DynJSON has to be &someType and can't be directly []someType
forcing you to create an extra
type someTypeList struct {
List []someType
}
// to pass to
myList := dflag.DynJSON(flag.CommandLine, "mylist", &someTypeList{}, "...t")instead of directly
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
-
Updated
Aug 28, 2021 - Go
I was wondering if there is a way to deal with issues in a file-like approach. For example
$ glab issue view 123 >> tmp.md
$ xdg-open tmp.md
$ glab issue update 123 --file tmp.md
That is, download the issue to a temporary file, edit as needed, update isse using the modified file.
This would be handy also to clone issues or to use an issue as a template:
$ glab issue c
Integrate Telegram into your workflow – Trello, Gitlab, Bitbucket and other bots
-
Updated
May 22, 2021 - Go
There are several situations where users need to be kicked offline
For example
1: Login from other clients
2: The administrator thinks the user's account is abnormal
3: The server side needs urgent maintenance
And so on
At this time, the Kick method should carry a specific description, so that the client can make different prompts for different kick types
session.go
`
// Kick kicks th
E2E tests are flaky
Future-proof content collaboration platform
-
Updated
Sep 6, 2021 - Go
Modern Go Application example
-
Updated
Jul 28, 2021 - Go
A command line client for Dropbox built using the Go SDK
-
Updated
Aug 9, 2021 - Go
An open source serverless computing platform
-
Updated
Jan 15, 2021 - Go
-
Updated
Jun 17, 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.
Golang application performance data monitoring.
-
Updated
May 12, 2019 - Go
Manages access and synchronization between Couchbase Lite and Couchbase Server
-
Updated
Sep 6, 2021 - Go
Easily manage and invoke small scripts and wrappers
-
Updated
Sep 6, 2021 - 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: htNYAGOS - The hybrid Commandline Shell betweeeeeeen UNIX & DOS
-
Updated
Aug 30, 2021 - Go
OpenVPN Management Server - Effortless and free OpenVPN server administration
-
Updated
Sep 2, 2021 - Go
An opinionated guideline to structure & develop a Go web application/service
-
Updated
Jan 9, 2021 - Go
Struts2漏洞扫描利用工具 - Golang版. Struts2 Scanner Written in Golang
-
Updated
May 19, 2021 - Go
API for register and generate "Boletos"
-
Updated
Sep 6, 2021 - Go
Context
Right now the tool Killgrave is using for differents companies and users, but the documentation on the repository is very poor with a very little examples. We need to improve that point to bring closer this amazing tool to more people.
Proposed implementation
The idea will be to create a doc/ directory, with an index on the main README.md listing all the features that `K
Tool for monitoring network devices (mainly using SNMP) - monitoring check plugin
-
Updated
Sep 6, 2021 - Go
A system independent tool for interactive image manipulation with Voronoi and Delaunay data structures.
-
Updated
Feb 2, 2021 - Go
Your persistence layer for FHIR data
-
Updated
Feb 26, 2021 - 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.