github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/spotty/spotty_windows.go (about)

     1  // Copyright 2015 Keybase, Inc. All rights reserved. Use of
     2  // this source code is governed by the included BSD license.
     3  
     4  //go:build windows
     5  // +build windows
     6  
     7  package spotty
     8  
     9  // Discover does nothing on Windows
    10  func Discover() (string, error) {
    11  	return "", nil
    12  }