Skip to content

prep/tilde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages