blob: 6100440426c3bbeeca2c82ffab899b3f05ea2429 [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/swift/v23/context"
)
import "C"
func Init() error {
// Currently nothing needed. Placeholder for the potential future.
return nil
}