pkg-Rtc

module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: MIT

README

[package]: Rtc definitions

This package provides common Rtc structures and definitions, as used by the ASE project.

Getting started

First, add the service runner package to your Go module:

go get github.com/VU-ASE/pkg-Rtc

[!TIP] You can install a specific version like this: go get github.com/VU-ASE/pkg-Rtc@v0.1.2 to improve reproducibility

Now in your Go code, you can use the exports as in this example:

package main

import (
    // Import and rename
	rtc "github.com/VU-ASE/pkg-Rtc/src"
)

func main() {
    // Create a variable using the imported type
    a := rtc.Rtc{}
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL