]> Cypherpunks repositories - gostls13.git/commit
runtime: document that Caller and Frame.File always use forward slashes
authorqmuntal <quimmuntal@gmail.com>
Tue, 6 Aug 2024 09:02:35 +0000 (11:02 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Fri, 25 Oct 2024 16:18:18 +0000 (16:18 +0000)
commit0addb2a4ea77b3e8b08a02966e381a812082f58b
tree90268e00de786b6d74e142ce72e7e4d4d6867842
parentbb07aa644be4805e799c076f054c0fc132bc4d27
runtime: document that Caller and Frame.File always use forward slashes

Document that Caller and Frame.File always use forward slashes
as path separators, even on Windows.

Fixes #3335

Change-Id: Ic5bbf8a1f14af64277dca4783176cd8f70726b91
Reviewed-on: https://go-review.googlesource.com/c/go/+/603275
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/extern.go
src/runtime/symtab.go