paths_js.go 299 B

1234567891011
  1. // Copyright (c) 2021 Tailscale Inc & AUTHORS All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. package paths
  5. func ensureStateDirPerms(dirPath string) error {
  6. return nil
  7. }
  8. func LegacyStateFilePath() string { return "" }