diff options
| author | Shulhan <ms@kilabit.info> | 2021-07-30 18:51:49 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-07-30 18:51:49 +0700 |
| commit | 2e629610f79583fdf25900715bfdee7fb48d656f (patch) | |
| tree | 814f04e4b02e50eaf84dcc95c5bfc67571a81d73 /lib/http/endpoint_response_example_test.go | |
| parent | 8379a3ac6385e811410ec512b414655926163c8d (diff) | |
| download | pakakeh.go-2e629610f79583fdf25900715bfdee7fb48d656f.tar.xz | |
lib/http: add missing license header
Diffstat (limited to 'lib/http/endpoint_response_example_test.go')
| -rw-r--r-- | lib/http/endpoint_response_example_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/http/endpoint_response_example_test.go b/lib/http/endpoint_response_example_test.go index 65780dbb..6f98dc61 100644 --- a/lib/http/endpoint_response_example_test.go +++ b/lib/http/endpoint_response_example_test.go @@ -1,3 +1,7 @@ +// Copyright 2021, Shulhan <ms@kilabit.info>. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package http import ( |
