tilde

package module
v0.0.0-...-e6f5e9e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2017 License: BSD-3-Clause Imports: 4 Imported by: 0

README

tilde TravisCI Go Report Card GoDoc

This package provides tilde expansion functionality in Go.

Usage

import "github.com/prep/tilde"
func main() {
  path, err := tilde.New("~/.bash_profile")
  if err != nil {
    // Handle error.
  }

  // path is now /home/user/.bash_profile.
}

License

This software is distributed under the BSD-style license found in the LICENSE file.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(p string) (string, error)

New takes a path that starts with a tilde and expands it to its full path.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL