image-board

command module
v1.4.5 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2021 License: GPL-3.0 Imports: 22 Imported by: 0

README

Image Board

Taggable image board in 1272 lines of code.

Get it:

go get random.chars.jp/git/image-board

Client example:

package main

import (
	"fmt"
	"random.chars.jp/git/image-board/client"
)

func main() {
	if remote, err := client.New("http://localhost:7777"); err != nil {
		panic(err)
	} else {
		fmt.Printf("Connected to remote revision %v compat %v.", remote.Revision, remote.Compat)
	}
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
js

Jump to

Keyboard shortcuts

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