Skip to content

Commit

Permalink
doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DnOberon committed Oct 14, 2019
1 parent b061776 commit c6ca24b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bifrost/bifrost.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
// Heimdall is designed as both launcher and monitor of short-lived CLI tools and programs. Heimdall provides the ability
// to automatically repeat a process, kill a hung process started with the tool, and log the programs output (filtering logs
// is also possible). It is hoped that heimdall and bifrost will be a tool you reach for again and again when developing your CLI tool.

package bifrost

import (
Expand All @@ -28,6 +27,7 @@ import (
"time"
)

// ManagerConfig manages configuration for the bifrost execution function
type ManagerConfig struct {
AbsolutePath string
ProgramArguments []string
Expand Down
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Package heimdall encompasses all functions related to the short-lived process manager by the same name. Heimdall
// Command heimdall encompasses all functions related to the short-lived process manager by the same name. Heimdall
// was the ever-vigilant guardian of the gods' stronghold, Asgard - now he will be the guardian of whichever program you choose.
// Heimdall is designed as both launcher and monitor of short-lived CLI tools and programs. Heimdall provides the ability
// to automatically repeat a process, kill a hung process started with the tool, and log the programs output (filtering logs
// is also possible). It is hoped that heimdall and bifrost will be a tool you reach for again and again when developing your CLI tool.

package main

import "github.com/dnoberon/heimdall/cmd"
Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Heimdall
----
[![GoDoc](https://godoc.org/github.com/DnOberon/heimdall/bifrost?status.svg)](https://godoc.org/github.com/DnOberon/heimdall/bifrost)


#### Installation

If you have the Go toolchain installed you can simply run
Expand Down

0 comments on commit c6ca24b

Please sign in to comment.