Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename https to web #29

Merged
merged 1 commit into from
Jan 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion https/README.md → web/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https package
# web package

This package can be used by Prometheus exporters to enable TLS and
authentication.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions https/tls_config.go → web/tls_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Package https allows the implementation of TLS.
package https
package web

import (
"crypto/tls"
Expand Down
2 changes: 1 addition & 1 deletion https/tls_config_test.go → web/tls_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

// +build go1.14

package https
package web

import (
"crypto/tls"
Expand Down
2 changes: 1 addition & 1 deletion https/users.go → web/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package https
package web

import (
"net/http"
Expand Down
File renamed without changes.