Skip to content
#

golang

go logo

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 51,119 public repositories matching this topic...

nthuemmel
nthuemmel commented Aug 31, 2020

What is the problem you are having with rclone?

Using rclone mount with a non-persistent configuration (all settings given by environment variables) & VFS caching enabled attempts to use a VFS cache dir with illegal characters (:) on Windows.

What is your rclone version (output from rclone version)

rclone v1.52.3
- os/arch: windows/amd64
- go version: go1.14.7
cli
AndrewCS149
AndrewCS149 commented Dec 3, 2020

For some reason when I try to merge a pr with gh pr merge from my development branch into master I get the following error:

Pull request #1 (Initial Commit.) can't be merged right now; try again in a few seconds

I am able to create and merge pr's from any other branch except into master. I have to go into the Github each time to commit the merge. My master did have a protection rule on i

mattermost-server
agnivade
agnivade commented Dec 4, 2020

The Mattermost codebase has a lot of methods with receiver names as me. This is a carry-over from other Object Oriented languages and not idiomatic Go as pointed out (https://github.com/golang/go/wiki/CodeReviewComments#receiver-names).

This ticket is about changing the receiver name from me to something more suitable for (me *MeProvider) in app/slashcommands/command_me.go.

Example

xfoxfu
xfoxfu commented Sep 23, 2019

I currently observed with ClashX that if a website both resolves in IPv4 and IPv6, the IPv4 address will have a precedence over the IPv6 one. But in some environments, only IPv6 address is reachable, and access from IPv4 is forbidden, so providing an option for IPv6 precedence is reasonable. Would you please offer this feature?

My routing config is as fo

Created by Robert Griesemer, Rob Pike, Ken Thompson

Released November 10, 2009

Repository
golang/go
Website
golang.org
Wikipedia
Wikipedia

Related Topics

c language
You can’t perform that action at this time.