mirror of
https://github.com/golang/go
synced 2024-11-19 02:44:44 -07:00
49db546f37
URI should be started with file:/// always. Change-Id: I123e577d421de3e85dfec00596fbdb63c2231938 Reviewed-on: https://go-review.googlesource.com/c/153618 Reviewed-by: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
10 lines
231 B
Go
10 lines
231 B
Go
// Copyright 2018 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// +build windows
|
|
|
|
package source
|
|
|
|
const fileSchemePrefix = "file:///"
|