mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
// stuff
|
|
/* not after this */
|
|
// stuff
|
|
|
|
// Code generated by tool; DO NOT EDIT.
|
|
|
|
// +build !dev
|
|
|
|
// Package comment.
|
|
package p
|
|
|
|
// Does match even though it comes after general comment (/*-style).
|