I found the position of `[0]byte` in the struct matters.
type bar2 struct {
A int
_ [0]byte
}
differs from
type bar3 struct {
_ [0]byte
A int
}
see the full example <https://play.golang.org/p/wJkDPQ0PQ3>
On Wednesday, July 12, 2017 at 10:44:04 AM UTC+8, Rader wrote:
>
> th
"pos" is not initialized. You think you are using the *global* var "pos",
but you are wrong as it's been *overwritten* by the *named return var *"pos"
(defined like this (pos []float32)).
On Tuesday, July 11, 2017 at 5:24:19 PM UTC+8, Fino wrote:
>
> https://play.golang.org/p/2Wd9xlztBr
>
>
> p
I would prefer `sync.RWMutex` which allows multiple `Get` to the map.
On Friday, June 16, 2017 at 1:26:04 PM UTC+8, am...@ammar.io wrote:
>
> https://github.com/ammario/mapgen
>
>
> Features:
>
>- Supports any key/value pair supported by Go's native maps
>- Allows complex operations via Lo
Tue, Jul 11, 2017, 11:34 PM Rader >
> wrote:
>
>> I found the position of `[0]byte` in the struct matters.
>> type bar2 struct {
>> A int
>> _ [0]byte
>> }
>>
>> differs from
>>
>> type bar3 struct {
>> _ [0]byte
>> A
e to a single-byte locale (e.g., "C" or "POSIX").
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop rece
rs,
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit htt
iate "zero" value for its type. This
is behavior is meant to address one of the major flaws of C/C++ where
function (i.e., stack) local vars which are not explicitly initialized have
a random initial value based on the content of the stack at that juncture.
--
Kurtis Rader
Caretaker of t
ost always orders of
magnitude more important than whether you have managed to shave every
microsecond from its run time.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To u
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com
nvestigate
what state the process is in which should explain why it can't be killed
and the jail container successfully shutdown.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts&q
t; key code.
>
Pretty sure by "key code" Wang meant a minimal test case that illustrates
or causes the problem.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts&qu
y tcp" and the first result was
https://forums.freebsd.org/threads/cannot-cleanly-stop-jails-after-using-graphical-applications.56778/
which describes the scenario you're observing and does not involve a
program written in Go. I think you need to talk to the FreeBSD support
community.
--
app (or call whatever API that command
invokes) to short-circuit the TIME_WAIT and related states but that
solution is worse than the problem, IMHO. You'll either need to figure out
how to shutdown a jail environment with extant TCP connections or arrange
to run `tcpdrop` after your app has exi
func worker() {
> // do work
>
> Select {
> ch <- true:
> go worker() // try to handover some jobs
> default:
> // max goroutine limit
> // do them yourself
> }
>
> // do remaining jobs
>
> // make way
> <- ch
> ret
group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this
run on the main thread when called from a
non-main thread.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails fro
n the main thread.
I've worked a lot with C++ code that utilizes threads and which is loaded
by a python program. But that doesn't involve anything like the Go M:N go
routine to thread scheduler. There are probably subtleties in mixing the
two languages that I'm not familiar with.
--
Ku
world" garbage collection the
answer is "no" in as much as this behavior has nothing directly to do with
garbage collection.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golan
from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group
ved this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/opto
regardless of whether your CPU is little or big endian.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it
e.
But thinking you can do anything about the other failure modes, especially
EINTR, is mistaken. See
https://lwn.net/Articles/576478/
http://austingroupbugs.net/view.php?id=529
https://sourceware.org/bugzilla/show_bug.cgi?id=14627
--
Kurtis Rader
Caretaker of the exceptional canines Ju
narky but your question is completely
devoid of any useful information.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving
t particularly unusual for a HTTP
POST request. Consider a service for uploading arbitrary files using HTTP
rather than FTP (or scp, etc.).
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang
)[1]);
fprintf(stdout, "%.12g %08x%08x\n", f, ((int *)&f)[0], ((int *)&f)[1]);
fprintf(stdout, "%.12g %08x%08x\n", h, ((int *)&h)[0], ((int *)&h)[1]);
}
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because
esumptive of you to expect random strangers to
respond immediately to your request for an answer.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe fr
problem statement
why didn't you just compare the value you're getting from your calculation
for equality to MinInt32 to confirm they are equal?
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google
On Sun, Apr 21, 2019 at 9:02 PM Pat Farrell wrote:
> On Sunday, April 21, 2019 at 11:50:38 PM UTC-4, Kurtis Rader wrote:
>>
>> On Sun, Apr 21, 2019 at 8:37 PM Pat Farrell wrote:
>>
>>> I have a logic error in my calculation. I am getting -2147483648 in an
>&g
/deflate.c#L597-L609
For those who don't want to follow those links this is the code from the
first URL above:
lc_unicodeliterals = quote=='u' ? 1 : quote=='U' ? 0 : !!(ast.locale.set &
AST_LC_unicodeliterals);
--
Kurtis Rader
Caretaker of the exceptional canine
e with via a RPC (remote procedure call) mechanism.
Then when you need to restart the plugin you simply kill and restart it.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts&quo
system will invalidate the page of memory
containing that var and ensure the page is zeroed before giving it to
another process. But that has nothing to do with the Go GC.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to
iscover if bugs in the program can be exploited by an adversary to
exfiltrate the contents of its memory. A garbage collector is not designed
to protect against such risks.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribe
took me just a few minutes to setup with a cert it automatically
acquired from LetsEncrypt. It's written in Go. And it already has a rich
set of plugins such as ipfilter <https://github.com/pyed/ipfilter> that I
contributed an enhancement to. See https://caddyserver.com/
--
Kurtis Rade
It's very small and trivial to install and setup. It
is also extremely efficient at serving static content (I use it with Hugo
to serve static blog content). Again, don't reinvent the wheel.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this
ry light grey
color. Which makes it hard to read on a white background. Please don't use
styled text that modifies the colors on a general purpose mailing list. Not
everyone is using color preferences compatible with your preferences.
--
Kurtis Rader
Caretaker of the exceptional canines Ju
our `*initialize_engine()`
method always instantiates, and returns, a new instance of the "syslog-ng"
engine then the two Go objects initialized by that call will be two
independent instances of that engine. Assuming, of course, that your
syslog-ng engine does not share state between dist
ivalent to recv() with flags
set to zero. You can't use it to read multiple packets with a single call.
Nor can you use it to read a packet incrementally. At least on UNIX like
platforms the excess bytes will be discarded.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
e a "defer" statement executes, the function value and parameters
to the call are evaluated as usual and saved anew but the actual function
is not invoked.
To keep that from happening you need to use a lambda (or function literal):
https://play.golang.org/p/9Avbf_Mwx4g
--
Kurtis Rader
Care
en the available UNIX like
kernel APIs. So while I have not tested this using a program written in Go
I would not expect it to work and the equivalent solution definitely does
not work in other languages I use regularly.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
Y
om that caused by C's default of
case blocks falling thru to the next case block if you don't explicitly
break from the block. A feature that does cause lots of bugs. Fortunately
the designers of Go broke from C tradition in this regard.
--
Kurtis Rader
Caretaker of the exceptional canin
endly form.
On Fri, Jun 14, 2019 at 6:28 PM Yamil Bracho wrote:
> Yes, I am using text/template...
>
> El viernes, 14 de junio de 2019, 19:07:24 (UTC-4), Burak Serdar escribió:
>>
>>
>> Are you using html/template by any chance?
>>
>> If so, try text/templ
tions/31932945/does-go-have-something-like-threadlocal-from-java
and https://github.com/golang/go/issues/21355
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubsc
Is it an API version number? In any event your question is
really about a specific build toolchain on a specific platform. And you
didn't even bother to tell us what platform you are using. I'm guessing MS
Windows but we shouldn't have to make such guesses.
--
Kurtis Rader
Careta
IBRARY_PATH'
>
> nsaboo@ubuntu:~/Documents/goworkspace/src/poc$ echo $LD_LIBRARY_PATH
> /usr/local/lib/syslog-ng
> nsaboo@ubuntu:~/Documents/goworkspace/src/poc$
>
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subsc
that compiles and runs at https://play.golang.org.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from i
groups.com.
>> > To view this discussion on the web visit
>> https://groups.google.com/d/msgid/golang-nuts/ce0671c5-f2df-42d9-a7af-bdef939e6d6d%40googlegroups.com.
>>
>> > For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received th
initialize a RNG more than once unless you are
doing so to create a reproducible sequence of values. In which case you
should be initializing it with a constant value rather than a pseudo-random
value like `time.Now().Unix()`.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and
s
create a single RNG and use it every place you need a random number. You
should probably be using `rand.Seed()` and `rand.Source()` rather than
`rand.NewSource()` given your fundamental misunderstanding about how RNGs
work.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
sion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/7959bb0d-de87-49ae-828c-d3e02e062d7d%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/7959bb0d-de87-49ae-828c-d3e02e062d7d%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> Fo
for this type of issue and I always use it if possible for
debugging memory management bugs in C/C++ code. Unfortunately I don't know
how to enable its use with cgo or even if it is possible.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message becau
iew this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/70001fbc-9302-4e76-a270-d18b95664423%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/70001fbc-9302-4e76-a270-d18b95664423%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
eceiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/19bfe1af-bf5f-4c54-9198-3d23f9bec14a%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts
google.com/d/msgid/golang-nuts/CAN4yCu-wxW6tfEcryOmkJUU6J3oVX6R3pHeOhpJFKsuReU%2BPhg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribe
48cbec%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/cfe0731e-660a-4292-be55-f831f648cbec%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message beca
reflection (assuming that
approach was even viable). What exactly would be the point? If you need a
data structure that can be composed at run time there are many options. Why
does it need to be a Go struct?
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received t
type of situation you should explain why you need to parse a go.mod
file. Especially since you seem to be asking something not already asked a
thousand times. It is possible, perhaps likely, the reason you want to do
this can be solved some other way.
--
Kurtis Rader
Caretaker of the exceptional c
my argument is rigorous
>
No, it isn't. You need to learn a lot more about concurrency and race
conditions.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
T
t; "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/0c93e49c-1e8b-4617-baef-0848b57fde93
arser and evaluator for the format in a
different language. Which should always be possible for a config file
format.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsu
ueues: https://golang.org/ref/spec#Channel_types. They *do
not* have fan-out semantics. Only one goroutine reading the channel will
receive the next value.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the G
d this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups
o view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/CAOyqgcVjycg_%2BfGJvUzXrq4FARsOz45RTPSi2Fu3HFjDvfc5bg%40mail.gmail.com
> .
>
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed
le.com/d/msgid/golang-nuts/30f33420-47d9-4fe7-8e39-980f8d5370db%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/30f33420-47d9-4fe7-8e39-980f8d5370db%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
--
Kurtis Rader
Caretaker of the exceptional canines Juni
oogle Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/dc40264f-5314-496
than you seem to think.
And don't forget about CPU context switches.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop
tional ring buffer. Specifically
with respect to when "writes" block. Am I misunderstanding something?
Substituting an io.Pipe may be fine for the O.P.s specific situation but in
general would not be AFAICT.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received
utine and consumed by any context needing a uniq ID. That
makes it easier to abstract the generation of "unique" ints so that they
satisfy other constraints (e.g., they must be even, odd, prime, etc.).
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received
if a method only defined for a pointer receiver, the compiler will add "*"
before the caller silently.
Why pointer receiver? Try to change the value of a member. You will know
the difference.
On Sunday, May 7, 2017 at 6:37:59 PM UTC+8, mhh...@gmail.com wrote:
>
> yes, sorry you scratched your h
they both have the same size, eg. following structs bar and bar2 both take
16 bytes memory on a x64 machine.
package main
import (
"fmt"
"unsafe"
)
type bar struct {
A int
_ bool
}
type bar2 struct {
A int
_ [0]byte
}
func main() {
bar := bar{}
bar2 := bar2{}
d).
>
I don't know if there is a more canonical answer in the official
documentation but this seems to explain it reasonably well:
https://www.reddit.com/r/golang/comments/b0b8k3/what_version_should_the_gomod_go_directive_be_set/
--
Kurtis Rader
Caretaker of the exceptional canines
an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/e39ef554-b764-4a90-b5a1-f5b1054dfed3%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/e39ef554-b764-4a90-b5a1-f5b1054
the channel that would change
the behavior of the program. Channel ops are what are known as memory
barriers, and thus don't allow ops before or after the channel op to be
reordered before or after the op.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You receive
he web visit
> https://groups.google.com/d/msgid/golang-nuts/9211b53e-d3b2-4fdb-81a3-84bb757a585f%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/9211b53e-d3b2-4fdb-81a3-84bb757a585f%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
--
Kurtis Rade
m this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/96528d64-a670-45ba-ad4c-0701dcd0d78d%40googlegroups.com
> <https://groups.google.com
you cited is another one to
remember to cite when a FAQ about floating point values occurs :-)
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe fr
use
the incorrect assumption masked bugs in the code. The bugs were most often
in unit tests but I found at least two bugs in the code being tested when I
violated those "conventions".
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message bec
of this topic. I'll leave it to others to opine
whether the implicit initialization is good style or whether the explicit
initialization in your second example is preferable. Having said that, I
don't see any reason to prefer the explicit initialization since it is 100%
equivalent to the implicit
with the
network or remote file server in which case retrying is unlikely to succeed.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group a
your question is really what to do if close() fails with EINTR and
> the answer is retry.
>
> The man page [1] explicitly says that Linux close(2) should *never* be
> retried, not even on EINTR.
> As I mentioned, there are plans to change close to return EINPROGRESS,
> or even
point of
returning EINTR is that the close did not happen. If the close was
successful then there was no point in returning an EINTR failure.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Grou
jobs/Engineering: dial tcp 169.44.165.69:443:
> connect: connection refuse
>
>
The web site you are accessing thinks you are executing a DDOS attack or
are otherwise violating their terms of service. This has nothing to do with
the Go language. You need to rate limit your requests of that
-)
In other words, please post plain text or a link to play.golang.org.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop re
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/f9b34d9d-985f-4cbf-9a92-d3d46d72cf55%40googlegroups.com
> <
pter that converts one function type into another.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it,
oglegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/079430fd-01cb-4273-9dab-0532ae9b210c%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because yo
13.7" does not match go tool version "go1.12.10"
>
>
>From https://github.com/golang/go/issues/22814:
"The error is telling you that you have a weird mix of Go versions on top
of one another, or mixed up together in your $PATH."
What does "go env" report? Es
quot;
> GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments
> -fmessage-length=0
> -fdebug-prefix-map=/var/folders/6c/h189_j9s6tdbj_kw24g2kvchsk0515/T/go-build628238008=/tmp/go-build
> -gno-record-gcc-switches -fno-common"
>
> --
> You received this
g for a language like Python, which I
love, but that isn't the Go model of behavior. This also seems like a
http://xyproblem.info/ question. What is it you really want to do? Are you
trying to mock something for a unit test?
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
https://groups.google.com/d/msgid/golang-nuts/CAKu9hcexcyMdjPaWUNd84q0Yhs_PoHCe-jczvhC04vqiU7LPwQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/golang-nuts/CAKu9hcexcyMdjPaWUNd84q0Yhs_PoHCe-jczvhC04vqiU7LPwQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
on.
> Please suggest, thanks.
>
My recommendation is to open a GitHub issue at the link you provided. It
looks like the project is active. Recently opened issues have been closed.
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you a
alid URL
> escape "%ve"`
>
That is not a valid URL. The Python urllib.parse module explicitly ignores
invalid percent encodings and treats the % in that case as a literal
percent-sign. That URL should be written as `.../file%25ver3.txt`; assuming
you want a literal percent-s
d operating system APIs meant for debugging; such as the
`ptrace()` syscall.
Note that the stackoverflow question you linked to is bollocks. The
questioner apparently wants to read the virtual memory of other processes.
Yet they accepted as correct an answer that does no such thing. The
"answer
ntial promise to prevent of every OS
>> other than MS DOS, original MacOS, and practically the threads in shared
>> memory model of Smalltalk & MP Mathematica.
>>
>> On Thu, Apr 30, 2020 at 7:13 PM Kurtis Rader
>> wrote:
>>
>>> On Thu, Apr 30, 2020 at 6
d "Cheat Engine" without providing a
link to a document that explains what you mean by that term. I'm guessing
(emphasis on "guessing") that you are referring to
https://en.wikipedia.org/wiki/Cheat_Engine
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Ha
ce all you
want to do is download the source to review it just do "git clone https://
github.com/robaho/go-trader". And if that doesn't work you need to figure
out what is wrong with your connection to the Internet.
--
Kurtis Rader
Caretaker of the exceptional canines Junior an
quot;go build" or something similar. My suggestion to run "git
clone" was predicated on you wanting to just review the source code; not
build it. If you want to be able to build it, and import it into other
projects, then you need to figure out why "go get" doesn't work on you
>
>
>
> Since Golang doesn't support the Constant of struct, what could be your
> approach?
>
> Any suggestion is really appreciated.
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To uns
ght
> time.
>
> for day time it works properly .
>
> my cron expression is 0 15 3 * * * means at midnight 03:15 AM daily
>
I don't see what this has to do with Go but the problem is your crontab
spec says to run the job at 15:00 hours on the third day of each month.
Remo
nv_var1=val1 go run main.go
if your shell doesn't support the POSIX shell syntax for temporary
modification of the environment a command inherits?
--
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
--
You received this message because you are subscribed to the Google
using it rather than Apache or Nginx. It's not clear what you
are looking for since "web framework" is a nebulous term. See
https://caddyserver.com/docs/v2-upgrade for how the new Caddy v2
implementation makes Websocket's easier to use.
--
Kurtis Rader
Caretaker of the exceptio
1 - 100 of 418 matches
Mail list logo