Documentation
¶
Index ¶
Constants ¶
View Source
const ( LEN = 1024 PERM = 0755 )
View Source
const ( Bash = iota Invalid )
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.