Documentation ¶
Overview ¶
Package chapter01 01_hello_world contains the code studied on section 01
Package chapter01 02_echo contains the code studied on section 02
Package chapter01 03_dup contains the code studied on section 03
Package chapter01 04_lissajous contains the code studied on section 04
Package chapter01 05_fetch contains the code studied on section 05
Package chapter01 06_fetchall contains the code studied on section 06
Package chapter01 07_server contains the code studied on section 07
Index ¶
- func Dup1()
- func Dup2()
- func Dup3()
- func Echo1()
- func Echo2()
- func Echo3()
- func Exercise01()
- func Exercise02()
- func Exercise03()
- func Exercise04()
- func Exercise05()
- func Exercise06()
- func Exercise07()
- func Exercise08()
- func Exercise09()
- func Exercise10()
- func Exercise11()
- func Exercise12()
- func Fetch()
- func FetchAll()
- func HelloWorld()
- func Lissajous()
- func Server1()
- func Server2()
- func Server3()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dup1 ¶
func Dup1()
Dup1 shows all duplicated text lines from the standart input (stdin), and their respective counts
func Dup2 ¶
func Dup2()
Dup2 shows all duplicated text lines from the standart input (stdin) or file(s), and their respective counts
func Dup3 ¶
func Dup3()
Dup3 shows all duplicated text lines from file(s), and their respective counts
func Exercise01 ¶
func Exercise01()
Exercise01 prints all command line arguments, separated by blank spaces
func Exercise02 ¶
func Exercise02()
Exercise02 prints all command line arguments and an index, one per line
func Exercise03 ¶
func Exercise03()
Exercise03 prints the time execution for each implemented Echo function
func Exercise04 ¶
func Exercise04()
Exercise04 shows all duplicated text lines from the standart input (stdin) or file(s), their respective counts and files where they was encountered
func Exercise06 ¶
func Exercise06()
Exercise06 changes the lissajous fuction to alternate the color index
func Exercise07 ¶
func Exercise07()
Exercise07 changes Fetch function to copy the response body to the standard output
func Exercise08 ¶
func Exercise08()
Exercise08 changes Fetch function to add http prefix when missing
func Exercise10 ¶
func Exercise10()
Exercise10 search URLs in parallel, save the body content in a file and display time spent and sizes
func Exercise11 ¶
func Exercise11()
Exercise11 search URLs from an text file and display time spent and sizes
Types ¶
This section is empty.