go

command
v0.0.0-...-7d5614f Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2014 License: MIT Imports: 3 Imported by: 0

README

Context API (Go) - ALPHA
~~~~~~~~~~~~~~~~~~~~~~~~

To use:

```
package main

import (
	ctx "github.com/shish/context-apis/go/context"
	"time"
)

func main() {
	ctx.SetLogFile("file://demo.ctxt")
	ctx.LogStart("test", true, true)
	time.Sleep(1 * time.Second)
	ctx.LogEndok("test")
}
```

(see https://github.com/shish/context-apis for a language-neutral overview of
which functions are available)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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