summaryrefslogtreecommitdiff
path: root/src/pkg/os/sys_mingw.go
blob: 06e4fb3d340752f80366c9fec3ce024a575e2f2b (plain)
1
2
3
4
5
6
7
// 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 }