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

     1  //go:build !windows
     2  // +build !windows
     3  
     4  // Copyright 2016 Keybase, Inc. All rights reserved. Use of
     5  // this source code is governed by the included BSD license.
     6  
     7  package libkb
     8  
     9  // SaferDLLLoading dummy for platforms not needing this.
    10  func SaferDLLLoading() error { return nil }