Documentation
¶
Index ¶
Constants ¶
View Source
const ( Bash = iota Invalid )
View Source
const (
Perm = 0755
)
Variables ¶
View Source
var (
Shebang = []string{
"#!/bin/bash",
"#!/usr/bin/env bash",
}
)
Functions ¶
This section is empty.
Types ¶
type Config ¶
func DefaultConfig ¶
func DefaultConfig() *Config
Click to show internal directories.
Click to hide internal directories.