summaryrefslogtreecommitdiffhomepage
path: root/paths/paths_wasm.go
blob: 81e9f15409a7505a7f3cd4f1ec900419b77d090c (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause

package paths

func ensureStateDirPerms(dirPath string) error {
	return nil
}

func LegacyStateFilePath() string { return "" }