blob: e2e6d0f8dc5eae372f2b82c6cef49b9cd792309c [file] [log] [blame]
// Copyright 2021 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.
//go:build !darwin
package main
func platform_init() {
// Nothing special to do on most platforms.
}