diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 06:05:38 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 06:05:38 -0600 |
| commit | 904c5b0c13f67af9032b3e9aa8fa4366498f0db9 (patch) | |
| tree | 821d27c177f04053fd96544ac393ee251274bc68 /addMutex.go | |
| parent | a4beeca8579f23560eb30ba3acd75a533ed1d4d8 (diff) | |
verbage to inform someone that looks
Diffstat (limited to 'addMutex.go')
| -rw-r--r-- | addMutex.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addMutex.go b/addMutex.go index 01cb908..78abb6b 100644 --- a/addMutex.go +++ b/addMutex.go @@ -23,6 +23,8 @@ func (pb *Files) addMutex(f *File) error { w, _ := os.OpenFile(f.Pbfilename, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0644) + pbHeaderComment(w) + lines := strings.Split(string(data), "\n") for _, line := range lines { if strings.HasPrefix(line, "package ") { |
