Documentation ¶ Index ¶ func Link(from, to string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Link ¶ func Link(from, to string) error Link creates a symlink. It's different than os.Symlink in that it can override an existing symlink. To do this correctly, you need to create a temporary symlink then move it over the old symlink. Types ¶ This section is empty. Source Files ¶ View all Source files symlink.go Click to show internal directories. Click to hide internal directories.