Sign in
go
/
go
/
3ddeef81532df116ce4e8fd02fec68a3c2063d65
/
.
/
src
/
pkg
/
os
/
sys_mingw.go
blob: 06e4fb3d340752f80366c9fec3ce024a575e2f2b [
file
] [
log
] [
blame
]
// Copyright 2009 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.
package os
func Hostname() (name string, err Error) { return "windows", nil }