# go-cas **Repository Path**: hackerwjz/go-cas ## Basic Information - **Project Name**: go-cas - **Description**: https://github.com/go-cas/cas - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-17 - **Last Updated**: 2024-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CAS Client library CAS provides a http package compatible client implementation for use with securing http frontends in golang. ``` import "gopkg.in/cas.v2" ``` If you are using go modules, get the library by running: ``` go get gopkg.in/cas.v2@v2.2.1 ``` ## Examples and Documentation Documentation is available at: https://pkg.go.dev/gopkg.in/cas.v2 Examples are included in the documentation but are also available in the `_examples` directory.