blob: d02888618c81cad70780dd8dd6abcb9832ed21f8 [file] [log] [blame]
// Copyright 2015 The Vanadium 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 darwin,ios
package google
import (
_ "v.io/x/swift/impl/google/rpc"
_ "v.io/x/swift/impl/google/rt"
)
func Init() error {
// Currently nothing needed. Placeholder for the potential future.
return nil
}