Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

go.mod
module tictactoe

go 1.15

require (
	github.com/matryer/is v1.4.0
	golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e // indirect
)