Discover Packages
gitlab.com/luyang93/The-Go-Programming-Language
ch03
ex04
command
Version:
v0.0.0-...-6fe4f4e
Opens a new window with list of versions in this module.
Published: May 11, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Exercise 3.4 (P60)
Following the approach of the Lissajous
example in Section 1.7,
construct a web server that computes surfaces and writes SVG data to the client.
The server must set the Content-Type
header like this:
w.Header().Set("Content-Type", "image/svg+xml")
Expand ▾
Collapse ▴
Documentation
¶
Surface computes an SVG rendering of a 3-D surface function.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.