Skip to content

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

License

Notifications You must be signed in to change notification settings

Sagleft/swiss-knife

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Languages