cmd

package
v0.0.0-...-bf65384 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2018 License: MIT Imports: 19 Imported by: 0

Documentation

Overview

Package cmd is the entry point of the app

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main()

Main is the entry function called by the "main" package

Types

type RealFS

type RealFS struct{}

RealFS is an implementation of cache.FS

func (RealFS) Mkdir

func (f RealFS) Mkdir(path string, perms os.FileMode) error

Mkdir implementation

func (RealFS) ReadFile

func (f RealFS) ReadFile(path string) ([]byte, error)

ReadFile implementation

func (RealFS) WriteFile

func (f RealFS) WriteFile(path string, data []byte, perms os.FileMode) error

WriteFile implementation

Jump to

Keyboard shortcuts

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