Directories
¶
Path | Synopsis |
---|---|
effective-go
|
|
a-web-server
command
Package main comes from "Effective Go - A web server" sample code, use google's chart api to generate QR from contents.
|
Package main comes from "Effective Go - A web server" sample code, use google's chart api to generate QR from contents. |
embedding
command
|
|
the-go-programming-language
|
|
ch10_jpeg
command
The jpeg command reads a PNG image from the standard input and writes it as a JPEG image to the standard output.
|
The jpeg command reads a PNG image from the standard input and writes it as a JPEG image to the standard output. |
ch11_echo
command
Echo prints its command-line arguments.
|
Echo prints its command-line arguments. |
ch11_word1
Package word provides utilities for word games.
|
Package word provides utilities for word games. |
ch11_word2
Package word provides utilities for word games.
|
Package word provides utilities for word games. |
ch13_bzip
Package bzip provides a writer that uses bzip2 compression (bzip.org).
|
Package bzip provides a writer that uses bzip2 compression (bzip.org). |
ch13_bzipper
command
Bzipper reads input, bzip2-compresses it, and writes it out.
|
Bzipper reads input, bzip2-compresses it, and writes it out. |
ch1_12_server_lissajous
command
Lissajous generates GIF animations of random Lissajous figures.
|
Lissajous generates GIF animations of random Lissajous figures. |
ch1_1_echo4
command
prints its command-line arguments
|
prints its command-line arguments |
ch1_2_echo5
command
prints its command-line arguments
|
prints its command-line arguments |
ch1_4_dup4
command
|
|
ch1_5_lissajous2
command
Lissajous generates GIF animations of random Lissajous figures.
|
Lissajous generates GIF animations of random Lissajous figures. |
ch1_7_fetch2
command
Fetch prints the content found at a URL.
|
Fetch prints the content found at a URL. |
ch1_8_fetch3
command
Fetch prints the content found at a URL.
|
Fetch prints the content found at a URL. |
ch1_9_fetch4
command
Fetch prints the content found at a URL.
|
Fetch prints the content found at a URL. |
ch1_dup1
command
|
|
ch1_dup2
command
|
|
ch1_dup3
command
|
|
ch1_echo1
command
prints its command-line arguments
|
prints its command-line arguments |
ch1_echo2
command
prints its command-line arguments
|
prints its command-line arguments |
ch1_echo3
command
prints its command-line arguments
|
prints its command-line arguments |
ch1_fetch
command
Fetch prints the content found at a URL.
|
Fetch prints the content found at a URL. |
ch1_fetchall
command
Fetchall fetches URLs in parallel and reports their times and sizes.
|
Fetchall fetches URLs in parallel and reports their times and sizes. |
ch1_lissajous
command
Lissajous generates GIF animations of random Lissajous figures.
|
Lissajous generates GIF animations of random Lissajous figures. |
ch1_server1
command
Server1 is a minimal "echo" server.
|
Server1 is a minimal "echo" server. |
ch1_server2
command
Server1 is a minimal "echo" server.
|
Server1 is a minimal "echo" server. |
ch1_server3
command
Server1 is a minimal "echo" server.
|
Server1 is a minimal "echo" server. |
ch2_2_meters_miles_conv_test
command
converts its numeric argument to Meters and Miles
|
converts its numeric argument to Meters and Miles |
ch2_cf
command
Cf converts its numeric argument to Celsius and Fahrenheit
|
Cf converts its numeric argument to Celsius and Fahrenheit |
ch2_echo4
command
Echo4 prints its command-line arguments
|
Echo4 prints its command-line arguments |
ch2_popcount_test
command
|
|
ch2_tempconv0
Package tempconv performs Celsius and Fahrenheit temperature computations.
|
Package tempconv performs Celsius and Fahrenheit temperature computations. |
ch2_tempconv0_test
command
main test for tempconv0
|
main test for tempconv0 |
ch3_10_comma_non_recursive
command
|
|
ch3_12_same_contents_in_str
command
|
|
ch3_13_KB_MB__YB
command
|
|
ch3_basename
command
basename removes directory components and a .suffix.
|
basename removes directory components and a .suffix. |
ch3_comma
command
|
|
ch3_mandelbrot
command
Mandelbrot emits a PNG image of the Mandelbrot fractal.
|
Mandelbrot emits a PNG image of the Mandelbrot fractal. |
ch3_netflag
command
|
|
ch3_printints
command
|
|
ch3_surface
command
Surface computes an SVG rendering of a 3-D surface function.
|
Surface computes an SVG rendering of a 3-D surface function. |
ch4_3_rev
command
|
|
ch4_4_rotate
command
|
|
ch4_5_remove_duplicate_str
command
|
|
ch4_append
command
|
|
ch4_autoescape
command
|
|
ch4_charcount
command
Charcount computes counts of Unicode characters.
|
Charcount computes counts of Unicode characters. |
ch4_dedup
command
|
|
ch4_embed
command
|
|
ch4_github
Package github provides a Go API for the Github issue tracker.
|
Package github provides a Go API for the Github issue tracker. |
ch4_github_issues
command
Issues prints a table of Github issues matching the search terms.
|
Issues prints a table of Github issues matching the search terms. |
ch4_issueshtml
command
|
|
ch4_issuesreport
command
|
|
ch4_movie
command
|
|
ch4_nonempty
command
|
|
ch4_rev
command
|
|
ch4_sha256
command
|
|
ch5_15_max_min
command
|
|
ch5_16_string_join
command
|
|
ch5_19_panic_recover
command
|
|
ch5_6_surface_bare_return
command
Surface computes an SVG rendering of a 3-D surface function.
|
Surface computes an SVG rendering of a 3-D surface function. |
ch5_9_expand
command
|
|
ch5_findlinks1
command
Findlinks1 prints the links in an HTML document read from standard input.
|
Findlinks1 prints the links in an HTML document read from standard input. |
ch5_findlinks2
command
|
|
ch5_findlinks3
command
|
|
ch5_links
Package links providers a link-extraction function.
|
Package links providers a link-extraction function. |
ch5_outline
command
|
|
ch5_panic
command
|
|
ch5_squares
command
|
|
ch5_sum
command
|
|
ch5_title1
command
|
|
ch5_title2
command
|
|
ch5_toposort
command
|
|
ch5_trace
command
|
|
ch6_coloredpoint
command
|
|
ch6_geometry_main
command
|
|
ch6_intset_main
command
|
|
ch6_urlvalues
command
|
|
ch7_1_wordsline_counter
command
|
|
ch7_2_countingwriter
command
|
|
ch7_bytecounter
command
|
|
ch7_http1
command
|
|
ch7_http2
command
|
|
ch7_http3
command
|
|
ch7_interface_value
command
|
|
ch7_sleep
command
|
|
ch7_sorting
command
|
|
ch7_tempflag
command
|
|
ch7_xmlselect
command
Xmlselect prints the next of selecte elements of an XML document.
|
Xmlselect prints the next of selecte elements of an XML document. |
ch8_13_chat_timeout_client
command
|
|
ch8_3_netcat3
command
|
|
ch8_4_reverb2_waitgroup
command
|
|
ch8_6_crawl_with_depth
command
|
|
ch8_8_reverb2_with_select
command
|
|
ch8_chat
command
|
|
ch8_clock1
command
|
|
ch8_clock2
command
|
|
ch8_countdown1
command
|
|
ch8_countdown2
command
|
|
ch8_crawl1
command
|
|
ch8_crawl2
command
|
|
ch8_crawl3
command
|
|
ch8_du1
command
|
|
ch8_du2
command
|
|
ch8_du3
command
|
|
ch8_du4
command
|
|
ch8_netcat3
command
|
|
ch8_pipeline1
command
|
|
ch8_pipeline2
command
|
|
ch8_pipeline3
command
|
|
ch8_reverb1
command
|
|
ch8_reverb2
command
|
|
ch8_spinner
command
|
|
ch9_1_bank
command
|
Click to show internal directories.
Click to hide internal directories.