Skip to content
/ s2d3 Public

Simple Sevice (that implemented core S3 functionality): S2/3

License

Notifications You must be signed in to change notification settings

usalko/s2d3

Repository files navigation

github.com/usalko/s2d3

Usage Initialize your module go mod init example.com/my-s2d3-demo

Get the s2d3 module Note that you need to include the v in the version tag.

go get github.com/usalko/s2d3@v0.1.8

package main

import ( "fmt"

"github.com/usalko/s2d3"

)

func main() { s2d3.Serve("./s3data") }

About

Simple Sevice (that implemented core S3 functionality): S2/3

Resources

License

Stars

Watchers

Forks

Packages

No packages published