Skip to content

Commit f40a39f

Browse files
committed
Removed examply executables that were accidentally committed.
1 parent aa6b55b commit f40a39f

File tree

216 files changed

+687
-599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+687
-599
lines changed

EXAMPLES/auth/auth_instance/main.go

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build ignore
2+
// +build ignore
3+
14
// Copyright (c) 2025 A Bit of Help, Inc.
25

36
// Example usage of creating an Auth instance

EXAMPLES/auth/authorization/main.go

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build ignore
2+
// +build ignore
3+
14
// Copyright (c) 2025 A Bit of Help, Inc.
25

36
// Example demonstrating authorization concepts

EXAMPLES/auth/configuration/main.go

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build ignore
2+
// +build ignore
3+
14
// Copyright (c) 2025 A Bit of Help, Inc.
25

36
// Example usage of the Auth module configuration

EXAMPLES/auth/context_utilities/main.go

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build ignore
2+
// +build ignore
3+
14
// Copyright (c) 2025 A Bit of Help, Inc.
25

36
// Example demonstrating context utilities for authentication

EXAMPLES/auth/error_handling/main.go

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build ignore
2+
// +build ignore
3+
14
// Copyright (c) 2025 A Bit of Help, Inc.
25

36
// Example demonstrating error handling in the auth module

EXAMPLES/auth/middleware/main.go

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build ignore
2+
// +build ignore
3+
14
// Copyright (c) 2025 A Bit of Help, Inc.
25

36
// Example usage of the Auth middleware

EXAMPLES/auth/quickstart/main.go

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build ignore
2+
// +build ignore
3+
14
// Copyright (c) 2025 A Bit of Help, Inc.
25

36
// Example usage of the Auth module for a quick start

EXAMPLES/auth/token_handling/main.go

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build ignore
2+
// +build ignore
3+
14
// Copyright (c) 2025 A Bit of Help, Inc.
25

36
// Example demonstrating the concept of token handling in authentication

EXAMPLES/auth/user_info/main.go

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build ignore
2+
// +build ignore
3+
14
// Copyright (c) 2025 A Bit of Help, Inc.
25

36
// Example demonstrating how to get user information from the context

EXAMPLES/cache/basic_usage/main.go

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build ignore
2+
// +build ignore
3+
14
// Copyright (c) 2025 A Bit of Help, Inc.
25

36
// Example demonstrating basic usage of the cache package

0 commit comments

Comments
 (0)