blob: 5a11110a5a7a42d5d1ba2a2b4b0d2cccc7d9fc01 [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 v23
import (
_ "v.io/x/ios/v23/context"
)
import "C"
func Init() error {
// Currently nothing needed. Placeholder for the potential future.
return nil
}