mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
13 lines
214 B
Plaintext
13 lines
214 B
Plaintext
/* start of a general comment
|
|
|
|
// Code generated by tool; DO NOT EDIT.
|
|
|
|
end of a general comment */
|
|
|
|
// +build !dev
|
|
|
|
// Package comment.
|
|
package p
|
|
|
|
// Does match even though it's inside general comment (/*-style).
|