Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 698 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 698 Bytes

swiss-knife

Library with all sorts of things to create code prototypes super fast

install

go get github.com/Sagleft/swiss-knife

usage example

package main

import (
    "fmt"
    swissknife "github.com/Sagleft/swiss-knife"
)

func main() {
    fmt.Println("Hello, World!")
    swissknife.RunInBackground()
}

You might also be interested in:

automate crypto trading


image