s1.7_web_server4b

command
v0.0.0-...-e5b76c7 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

README

section 1.7 server

This is one package implementation:

  • server4.go and lissajous.go are both in main package
  • lissajous.go modified to remove main() call.
  • lissajous.go entry point change from capital to lowercase since no need for a public function since its same package

build.ninja works, but here is a working alternative for cmdline

go mod init st1.7_web_server4b
go mod tidy
go vet
go build 
./s17_web_server4b
or
go run .

open browser to http://localhost:8000

Documentation

Overview

Lissajous generates GIF animations of random Lissajous figures. ch 1.4

Jump to

Keyboard shortcuts

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