examples/

directory
v1.0.83 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2026 License: Apache-2.0

README ΒΆ

Lift Framework Examples

This directory contains working examples demonstrating various features and patterns of the Lift framework.

πŸš€ Getting Started

Core Examples

πŸ” Authentication & Security

πŸ”„ Real-time & Event-Driven

🏒 Enterprise Applications

🏭 Production Patterns

πŸ§ͺ Testing & Development

πŸ”§ Special Purpose

Running Examples

Each example directory contains its own main.go file and often a README.md with specific instructions. To run an example:

cd examples/hello-world
go run main.go

For Lambda deployment:

GOOS=linux GOARCH=amd64 go build -o bootstrap main.go
zip function.zip bootstrap

Testing Examples

Some examples include test files. Run tests with:

go test -v

Contributing

When adding new examples:

  1. Create a descriptive directory name
  2. Include a README.md explaining the example
  3. Keep examples focused on demonstrating specific features
  4. Include tests where appropriate
  5. Update this file to list your example

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL