hooks

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2015 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

From http://stackoverflow.com/questions/21060945/simple-way-to-copy-a-file-in-golang

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckAndUpsert

func CheckAndUpsert(typ HookType) error

Check whether SalsaFlow git hook is used. Prompts user to install our hook if it isn't.

func CopyFile

func CopyFile(src, dst string) (err error)

CopyFile copies a file from src to dst. If src and dst files exist, and are the same, then return success. Otherise, attempt to create a hard link between the two files. If that fail, copy the file contents from src to dst.

func IdentifyYourself

func IdentifyYourself()

Types

type HookType

type HookType string
const (
	HookTypeCommitMsg HookType = "commit-msg"
	HookTypePrePush            = "pre-push"
)

Jump to

Keyboard shortcuts

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