diff options
author | Luke Shumaker <lukeshu@datawire.io> | 2022-08-16 21:12:43 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@datawire.io> | 2022-08-16 21:12:43 -0600 |
commit | 92fb9209ca44f758e4da893756c48c2bc05615a5 (patch) | |
tree | 48075c4bfe964e05fadc83db72d1a8f71fb4a9c9 /internal | |
parent | f60e90677ad8cb84662749fe123b834492a06934 (diff) |
Indicate why each of the lines in borrowed files were MODIFIED
Diffstat (limited to 'internal')
-rw-r--r-- | internal/borrowed_tags.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/borrowed_tags.go b/internal/borrowed_tags.go index e2bb54a..6bbb36d 100644 --- a/internal/borrowed_tags.go +++ b/internal/borrowed_tags.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package internal // MODIFIED +package internal // MODIFIED: changed package name import ( "strings" |