ch07

package
v0.0.0-...-e0f2298 Latest Latest
Warning

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

Go to latest
Published: May 10, 2019 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

实现一个接口 author: baoqiang time: 2019/3/18 下午2:22

实现http服务 author: baoqiang time: 2019/3/18 下午3:23

实现路由 author: baoqiang time: 2019/3/18 下午3:28

注册对应的方法 author: baoqiang time: 2019/3/18 下午3:38

简化函数路由调用 author: baoqiang time: 2019/3/18 下午3:43

实现flag value接口 author: baoqiang time: 2019/3/18 下午3:54

排序 author: baoqiang time: 2019/3/18 下午2:50

解析用户输入的函数并画polygon图 author: baoqiang time: 2019/3/20 下午4:05

实现flag.Value接口 author: baoqiang time: 2019/3/18 下午2:28

xml 解析 author: baoqiang time: 2019/3/18 下午4:02

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunByteCounter

func RunByteCounter()

func RunCelsiusFlag

func RunCelsiusFlag()

func RunInts

func RunInts()

func RunServer

func RunServer()

func RunServer3

func RunServer3()

func RunServer4

func RunServer4()

func RunSleep

func RunSleep()

func RunSorting

func RunSorting()

func RunXml

func RunXml()

Types

type ByteCounter

type ByteCounter int

func (*ByteCounter) Write

func (c *ByteCounter) Write(p []byte) (int, error)

type Celsius

type Celsius float64

func CelsiusFlag

func CelsiusFlag(name string, value Celsius, usage string) *Celsius

func FToC

func FToC(f Fahrenheit) Celsius

func (*Celsius) String

func (c *Celsius) String() string

type Fahrenheit

type Fahrenheit float64

func CToF

func CToF(c Celsius) Fahrenheit

type Track

type Track struct {
	Title  string
	Artist string
	Album  string
	Year   int
	Length time.Duration
}

Directories

Path Synopsis
类型定义 author: baoqiang time: 2019/3/19 下午8:15
类型定义 author: baoqiang time: 2019/3/19 下午8:15

Jump to

Keyboard shortcuts

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