go1.17-doc-1.17.10-150000.1.34.1 >  A b{Pp9| ͏+8f2^Xџ 6;꼉,9QĶkS4; c-B.ryh |Y-Q1kt2У 1E9RE v gDl̬'Dˢ5-G"m,m5Q)'a2 <}1Y0 O BKoܴmI+[QDeƷh4u(zW7#]҆ěyE5T܂މ꧱i~{\4626f1ce00b74367f9f710b76c78999f543750853f0da352af2072598d22d719ec0b11fdeb79e133c6c9119146e2cc5182600f77b5b{Pp9|I&LZ{tg).Q rj#ݚ^Ѹ'ډU?DZ`2h{#bX_V=[m]k7]mG[ ;R7E!8J#~܃kzn˿7w~ [C[꘨K$N*$U8 =,t;t6̇zތ[\>\/Tg7~PINw`*ȺIJl ǁrm^hwUcAFm,#ra~/|ԙυr]t>p;l?ld  # 4TX`d}     $ ( ,<PdB(f8p9:aFiGiHiIiXiYi\i]j ^j:bj[ckdkekfklkukvkzl0l@lDlJlCgo1.17-doc1.17.10150000.1.34.1Go documentationGo examples and documentation.b{sheep06SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxi5864Lb{b{b{b{344c3190894932fab8c6e2296616b25e53cd0cd8cd759eed67dd0dacddb0474ab20fb1acc6ad2f7844ed688678a2e9e4eb71aa334cff171e84e3dfc448b4e8a6b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba203c89d2979ef5a0cb77a9090bebee03a7d6f7369cb026214b35ec476d90e835rootrootrootrootrootrootrootrootgo1.17-1.17.10-150000.1.34.1.src.rpmgo-docgo1.17-docgo1.17-doc(x86-32)    go1.17rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.17.103.0.4-14.6.0-14.0-15.2-14.14.1bzSbobUibN@bN@b+9b(b b@b@aaaa@a`2a;Haa @a@`@`jkowalczyk@suse.commliska@suse.czjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.17.10 (released 2022-05-10) includes security fixes to the syscall package, as well as bug fixes to the compiler, runtime, and the crypto/x509 and net/http/httptest packages. Refs boo#1190649 go1.17 release tracking CVE-2022-29526 * boo#1199413 go#52313 CVE-2022-29526 * go#52439 syscall: Faccessat checks wrong group * go#51858 crypto/x509: x509 certificate with issuerUniqueID and/or subjectUniqueID parse error * go#52095 cmd/compile: fails to compile very long files starting go1.17 * go#52148 syscall: TestGroupCleanupUserNamespace failure on linux-s390x-ibm * go#52306 sync: TestWaitGroupMisuse2 is flaky * go#52374 runtime: executable compiled under Go 1.17.7 will occasionally wedge * go#52455 net/http/httptest: race in Close * go#52705 net: TestDialCancel is not compatible with new macOS ARM64 builders- Remove remaining use of gold linker when bootstrapping with gccgo. The binutils-gold package will be removed in the future. * History: go1.8.3 2017-06-18 added conditional if gccgo defined BuildRequires: binutils-gold for arches other than s390x * No information available why binutils-gold was used initially * Unrelated to upstream recent hardcoded gold dependency for ARM- go1.17.9 (released 2022-04-12) includes security fixes to the crypto/elliptic and encoding/pem packages, as well as bug fixes to the linker and runtime. Refs boo#1190649 go1.17 release tracking CVE-2022-24675 CVE-2022-28327 * boo#1198423 go#51853 CVE-2022-24675 * go#52036 encoding/pem: stack overflow * boo#1198424 go#52075 CVE-2022-28327 * go#52076 crypto/elliptic: generic P-256 panic when scalar has too many leading zeroes * go#51736 plugin: tls handshake panic: unreachable method called. linker bug? * go#51696 runtime: some tests fails on Windows with CGO_ENABLED=0 * go#51458 runtime: finalizer call has wrong frame size * go#50611 internal/poll: deadlock in Read on arm64 when an FD is closed- Template gcc-go.patch to substitute gcc_go_version and eliminate multiple similar patches each with hardcoded gcc go binary name. gcc-go.patch inserts gcc-go binary name e.g. go-8 to compensate for current lack of gcc-go update-alternatives usage. * add gcc-go.patch * drop gcc6-go.patch * drop gcc7-go.patch- For SLE-12 set gcc_go_version to 8 to bootstrap using gcc8-go. gcc6-go and gcc7-go no longer successfully bootstrap go1.17 or go1.18 on SLE-12 aarch64 ppc64le or s390x. * gcc6-go fails with errors e.g. libnoder.a(_go_.o):(.toc+0x0): undefined reference to `__go_pimt__I4_DiagFrN4_boolee3- Add %define go_label as a configurable Go toolchain directory * go_label can be used to package multiple Go toolchains with the same go_api * go_label should be defined as go_api with an optional suffix e.g. %{go_api} or %{go_api}-foo * Default go_label = go_api makes no changes to package layout- add dont-force-gold-on-arm64.patch (bsc#1183043) - drop binutils-gold dependency- go1.17.8 (released 2022-03-03) includes a security fix to the regexp/syntax package, as well as bug fixes to the compiler, runtime, the go command, and the crypto/x509, and net packages. Refs boo#1190649 go1.17 release tracking CVE-2022-24921 * boo#1196732 go#51112 CVE-2022-24921 * go#51118 regexp: stack overflow (process exit) handling deeply nested regexp * go#51332 cmd/go/internal/modfetch: erroneously resolves a v2+incompatible version when a v2/go.mod file exists * go#51199 cmd/compile: "runtime: bad pointer in frame" in riscv64 with complier optimizations * go#51162 net: use EDNS to increase DNS packet size [freeze exception] * go#50734 runtime/metrics: time histogram sub-bucket ranges are off by a factor of two * go#51000 crypto/x509: invalid RDNSequence: invalid attribute value: unsupported string type: 18- Add missing .bin binary test data to packaging. * Existing test data files added to packaging with mode 644: src/compress/bzip2/testdata/pass-random2.bin src/compress/bzip2/testdata/pass-random1.bin src/debug/dwarf/testdata/line-gcc-win.bin- go1.17.7 (released 2022-02-10) includes security fixes to the crypto/elliptic, math/big packages and to the go command, as well as bug fixes to the compiler, linker, runtime, the go command, and the debug/macho, debug/pe, and net/http/httptest packages. Refs boo#1190649 go1.17 release tracking CVE-2022-23806 CVE-2022-23772 CVE-2022-23773 * boo#1195838 go#50974 CVE-2022-23806 * go#50978 crypto/elliptic: IsOnCurve returns true for invalid field elements * boo#1195835 go#50699 CVE-2022-23772 * go#50701 math/big: Rat.SetString may consume large amount of RAM and crash * boo#1195834 go#35671 CVE-2022-23773 * go#50687 cmd/go: do not treat branches with semantic-version names as releases * go#50942 cmd/asm: "compile: loop" compiler bug? * go#50867 cmd/compile: incorrect use of CMN on arm64 * go#50812 cmd/go: remove bitbucket VCS probing * go#50781 runtime: incorrect frame information in traceback traversal may hang the process. * go#50722 debug/pe: reading debug_info section of PE files that use the DWARF5 form DW_FORM_line_strp causes error * go#50683 cmd/compile: MOVWreg missing sign-extension following a Copy from a floating-point LoadReg * go#50586 net/http/httptest: add fipsonly compliant certificate in for NewTLSServer(), for dev.boringcrypto branch * go#50297 cmd/link: does not set section type of .init_array correctly * go#50246 runtime: intermittent os/exec.Command.Start() Hang on Darwin in Presence of "plugin" Package- go1.17.6 (released 2022-01-06) includes fixes to the compiler, linker, runtime, and the crypto/x509, net/http, and reflect packages. Refs boo#1190649 go1.17 release tracking * go#50165 crypto/x509: error parsing large ASN.1 identifiers * go#50073 runtime: race detector SIGABRT or SIGSEGV on macOS Monterey * go#49961 reflect: segmentation violation while using html/template * go#49921 x/net/http2: http.Server.WriteTimeout does not fire if the http2 stream's window is out of space. * go#49413 cmd/compile: internal compiler error: Op...LECall and OpDereference have mismatched mem * go#48116 runtime: mallocs cause "base outside usable address space" panic when running on iOS 14- go1.17.5 (released 2021-12-09) includes security fixes to the syscall and net/http packages. Refs boo#1190649 go1.17 release tracking CVE-2021-44716 CVE-2021-44717 * boo#1193598 go#50057 CVE-2021-44717 * go#50067 syscall: don’t close fd 0 on ForkExec error * boo#1193597 go#50058 CVE-2021-44716 * go#50065 net/http: limit growth of header canonicalization cache- go1.17.4 (released 2021-12-02) includes fixes to the compiler, linker, runtime, and the go/types, net/http, and time packages. Refs boo#1190649 go1.17 release tracking * go#49911 x/net/http2: frequent failures in TestClientConnCloseAtBody * go#49909 x/net/ipv6: TestPacketConnReadWriteMulticast{UDP,ICMP} failing with "i/o timeout" on OpenBSD 6.8 and 7.0 * go#49905 x/net/http2: Client doesn't send body until ExpectContinueTimeout expires * go#49868 syscall: ntdll.dll errors in rtlGetNtVersionNumbers via os.StartProcess * go#49729 runtime: "fatal error: unexpected signal during runtime execution" in cmd/go tests on darwin-amd64-race running macOS 12.0 * go#49662 x/net/http2: TestUnreadFlowControlReturned_Server failures with stream error "NO_ERROR" since 2021-10-05 * go#49624 net/http: Possible HTTP/2 busy loop regression in Go 1.17.3 * go#49568 net/http: server responds with Transfer-Encoding: identity * go#49561 x/net/http2: setting Request.Close doesn't close TCP connections * go#49559 net/http: HTTP/2 response body Close method sometimes returns spurious context cancelation error (1.17.3 regression) * go#49511 cmd/compile: init info of OAS node in a select case is being dropped * go#49479 runtime: "morestack on g0" in x/perf/storage/app on windows/arm64 * go#49407 time: ParseInLocation error * go#49392 cmd/compile: internal compiler error: Expand calls interface data problem * go#49369 runtime: time goes backwards on windows-arm64 (frequent TestGcLastTime failures) * go#49129 cmd/compile: internal compiler error: can't find source for b12->b4: v31 = MOVBload v14 v1 : DX * go#48825 go/types, types2: stack overflow in hasVarSize for invalid type- go1.17.3 (released 2021-11-04) includes security fixes to the archive/zip and debug/macho packages, as well as bug fixes to the compiler, linker, runtime, the go command, the misc/wasm directory, and to the net/http and syscall packages. Refs boo#1190649 go1.17 release tracking CVE-2021-41771 CVE-2021-41772 * boo#1192377 go#48990 CVE-2021-41771 * go#48992 debug/macho: invalid dynamic symbol table command can cause panic * boo#1192378 go#48085 CVE-2021-41772 * go#48252 archive/zip: Reader.Open panics on empty string * go#49199 cmd/go: go list all breaks in //go:build-only repos * go#49154 misc/wasm, cmd/link: Go 1.17.2 causes WASM builds to throw command line too long with many environment variables * go#49086 cmd/link: -buildmode=pie -linkshared panic at runtime * go#49077 x/net/http2: backport critical fixes * go#49010 net,runtime: apparent deadlock in (*net.conn).Close and runtime.netpollblock on arm64 platforms * go#48823 x/net/http2: client can hang forever if headers' size exceeds connection's buffer size and server hangs past request time * go#48650 x/net/http2: pool deadlock * go#48479 cmd/compile: 64 bits shifts on arm get wrong results * go#48475 cmd/compile: incorrect arm/arm64 simplification rules * go#48075 syscall: SysProcAttr{ NoInheritHandles: true } broken in 1.17 on Windows- go1.17.2 (released 2021-10-07) includes a security fix to the linker and misc/wasm directory, as well as bug fixes to the compiler, the runtime, the go command, and to the time and text/template packages. Refs boo#1190649 go1.17 release tracking CVE-2021-38297 * boo#1191468 go#48797 CVE-2021-38297 * go#48800 security: fix CVE-2021-38297 misc/wasm, cmd/link: do not let command line args overwrite global data * go#48561 cmd/compile: unsafe.Add bug when adding uint8 value to a pointer * go#48444 text/template: should t.init() be executed before t.muTmpl.Lock() in AddParseTree() method? * go#48177 time: output does not respect comma as millisecond separator * go#47859 time: timer reset sometimes ignored, causing delayed ticks * go#47756 cmd/go: mod tidy -go=1.17 should move indirect dependencies to the second require part- go1.17.1 (released 2021-09-09) includes a security fix to the archive/zip package, as well as bug fixes to the compiler, linker, the go command, and to the crypto/rand, embed, go/types, html/template, and net/http packages. Refs boo#1190649 go1.17 release tracking CVE-2021-39293 * boo#1190589 go#47801 CVE-2021-39293 * go#47986 archive/zip: overflow in preallocation check can cause OOM panic * go#48156 cmd/go: get panics with "can't find reason for requirement on" * go#48102 cmd/compile: panic during export method expression * go#48082 go/types: panic in error reporting for invalid use of "init" * go#47857 cmd/go: module dependencies not updated with go get -u in 1.17 * go#47854 go/types: incorrect type reported for comma-err C functions (manifests itself in IDEs) * go#47814 crypto/rand: getentropy is not available on iOS * go#47782 cmd/link: wrong dynamic linker path when cross-compiling to OpenBSD * go#47754 embed: 1.17 rejects types with underlying type []byte * go#47692 x/net/http2: server sends RST_STREAM w/ PROTOCOL_ERROR to clients it incorrectly believes have violated max advertised num streams- go1.17 (released 2021-08-16) is a major release of Go. go1.17.x minor releases will be provided through August 2022. https://github.com/golang/go/wiki/Go-Release-Cycle Most changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1190649 go1.17 release tracking * See release notes https://golang.org/doc/go1.17. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * The compiler now implements a new way of passing function arguments and results using registers instead of the stack. Benchmarks for a representative set of Go packages and programs show performance improvements of about 5%, and a typical reduction in binary size of about 2%. This is currently enabled for Linux, macOS, and Windows on the 64-bit x86 architecture (the linux/amd64, darwin/amd64, and windows/amd64 ports). This change does not affect the functionality of any safe Go code and is designed to have no impact on most assembly code. * When the linker uses external linking mode, which is the default when linking a program that uses cgo, and the linker is invoked with a -I option, the option will now be passed to the external linker as a -Wl,--dynamic-linker option. * The runtime/cgo package now provides a new facility that allows to turn any Go values to a safe representation that can be used to pass values between C and Go safely. See runtime/cgo.Handle for more information. * ARM64 Go programs now maintain stack frame pointers on the 64-bit ARM architecture on all operating systems. Previously, stack frame pointers were only enabled on Linux, macOS, and iOS. * Pruned module graphs in go 1.17 modules: If a module specifies go 1.17 or higher, the module graph includes only the immediate dependencies of other go 1.17 modules, not their full transitive dependencies. To convert the go.mod file for an existing module to Go 1.17 without changing the selected versions of its dependencies, run: go mod tidy -go=1.17 By default, go mod tidy verifies that the selected versions of dependencies relevant to the main module are the same versions that would be used by the prior Go release (Go 1.16 for a module that specifies go 1.17), and preserves the go.sum entries needed by that release even for dependencies that are not normally needed by other commands. The -compat flag allows that version to be overridden to support older (or only newer) versions, up to the version specified by the go directive in the go.mod file. To tidy a go 1.17 module for Go 1.17 only, without saving checksums for (or checking for consistency with) Go 1.16: go mod tidy - compat=1.17 Note that even if the main module is tidied with -compat=1.17, users who require the module from a go 1.16 or earlier module will still be able to use it, provided that the packages use only compatible language and library features. The go mod graph subcommand also supports the -go flag, which causes it to report the graph as seen by the indicated Go version, showing dependencies that may otherwise be pruned out. * Module deprecation comments: Module authors may deprecate a module by adding a // Deprecated: comment to go.mod, then tagging a new version. go get now prints a warning if a module needed to build packages named on the command line is deprecated. go list -m -u prints deprecations for all dependencies (use -f or -json to show the full message). The go command considers different major versions to be distinct modules, so this mechanism may be used, for example, to provide users with migration instructions for a new major version. * go get -insecure flag is deprecated and has been removed. To permit the use of insecure schemes when fetching dependencies, please use the GOINSECURE environment variable. The -insecure flag also bypassed module sum validation, use GOPRIVATE or GONOSUMDB if you need that functionality. See go help environment for details. * go get prints a deprecation warning when installing commands outside the main module (without the -d flag). go install cmd@version should be used instead to install a command at a specific version, using a suffix like @latest or @v1.2.3. In Go 1.18, the -d flag will always be enabled, and go get will only be used to change dependencies in go.mod. * go.mod files missing go directives: If the main module's go.mod file does not contain a go directive and the go command cannot update the go.mod file, the go command now assumes go 1.11 instead of the current release. (go mod init has added go directives automatically since Go 1.12.) If a module dependency lacks an explicit go.mod file, or its go.mod file does not contain a go directive, the go command now assumes go 1.16 for that dependency instead of the current release. (Dependencies developed in GOPATH mode may lack a go.mod file, and the vendor/modules.txt has to date never recorded the go versions indicated by dependencies' go.mod files.) * vendor contents: If the main module specifies go 1.17 or higher, go mod vendor now annotates vendor/modules.txt with the go version indicated by each vendored module in its own go.mod file. The annotated version is used when building the module's packages from vendored source code. If the main module specifies go 1.17 or higher, go mod vendor now omits go.mod and go.sum files for vendored dependencies, which can otherwise interfere with the ability of the go command to identify the correct module root when invoked within the vendor tree. * Password prompts: The go command by default now suppresses SSH password prompts and Git Credential Manager prompts when fetching Git repositories using SSH, as it already did previously for other Git password prompts. Users authenticating to private Git repos with password-protected SSH may configure an ssh-agent to enable the go command to use password-protected SSH keys. * go mod download: When go mod download is invoked without arguments, it will no longer save sums for downloaded module content to go.sum. It may still make changes to go.mod and go.sum needed to load the build list. This is the same as the behavior in Go 1.15. To save sums for all modules, use: go mod download all * The go command now understands //go:build lines and prefers them over // +build lines. The new syntax uses boolean expressions, just like Go, and should be less error-prone. As of this release, the new syntax is fully supported, and all Go files should be updated to have both forms with the same meaning. To aid in migration, gofmt now automatically synchronizes the two forms. For more details on the syntax and migration plan, see https://golang.org/design/draft-gobuild. * go run now accepts arguments with version suffixes (for example, go run example.com/cmd@v1.0.0). This causes go run to build and run packages in module-aware mode, ignoring the go.mod file in the current directory or any parent directory, if there is one. This is useful for running executables without installing them or without changing dependencies of the current module. * The format of stack traces from the runtime (printed when an uncaught panic occurs, or when runtime.Stack is called) is improved. * TLS strict ALPN: When Config.NextProtos is set, servers now enforce that there is an overlap between the configured protocols and the ALPN protocols advertised by the client, if any. If there is no mutually supported protocol, the connection is closed with the no_application_protocol alert, as required by RFC 7301. This helps mitigate the ALPACA cross-protocol attack. As an exception, when the value "h2" is included in the server's Config.NextProtos, HTTP/1.1 clients will be allowed to connect as if they didn't support ALPN. See issue go#46310 for more information. * crypto/ed25519: The crypto/ed25519 package has been rewritten, and all operations are now approximately twice as fast on amd64 and arm64. The observable behavior has not otherwise changed. * crypto/elliptic: CurveParams methods now automatically invoke faster and safer dedicated implementations for known curves (P-224, P-256, and P-521) when available. Note that this is a best-effort approach and applications should avoid using the generic, not constant-time CurveParams methods and instead use dedicated Curve implementations such as P256. The P521 curve implementation has been rewritten using code generated by the fiat-crypto project, which is based on a formally-verified model of the arithmetic operations. It is now constant-time and three times faster on amd64 and arm64. The observable behavior has not otherwise changed. * crypto/tls: The new Conn.HandshakeContext method allows the user to control cancellation of an in-progress TLS handshake. The provided context is accessible from various callbacks through the new ClientHelloInfo.Context and CertificateRequestInfo.Context methods. Canceling the context after the handshake has finished has no effect. Cipher suite ordering is now handled entirely by the crypto/tls package. Currently, cipher suites are sorted based on their security, performance, and hardware support taking into account both the local and peer's hardware. The order of the Config.CipherSuites field is now ignored, as well as the Config.PreferServerCipherSuites field. Note that Config.CipherSuites still allows applications to choose what TLS 1.0–1.2 cipher suites to enable. The 3DES cipher suites have been moved to InsecureCipherSuites due to fundamental block size-related weakness. They are still enabled by default but only as a last resort, thanks to the cipher suite ordering change above. Beginning in the next release, Go 1.18, the Config.MinVersion for crypto/tls clients will default to TLS 1.2, disabling TLS 1.0 and TLS 1.1 by default. Applications will be able to override the change by explicitly setting Config.MinVersion. This will not affect crypto/tls servers. * crypto/x509: CreateCertificate now returns an error if the provided private key doesn't match the parent's public key, if any. The resulting certificate would have failed to verify. * crypto/x509: The temporary GODEBUG=x509ignoreCN=0 flag has been removed. * crypto/x509: ParseCertificate has been rewritten, and now consumes ~70% fewer resources. The observable behavior has not otherwise changed, except for error messages. * crypto/x509: Beginning in the next release, Go 1.18, crypto/x509 will reject certificates signed with the SHA-1 hash function. This doesn't apply to self-signed root certificates. Practical attacks against SHA-1 have been demonstrated in 2017 and publicly trusted Certificate Authorities have not issued SHA-1 certificates since 2015. * go/build: The new Context.ToolTags field holds the build tags appropriate to the current Go toolchain configuration. * net/http package now uses the new (*tls.Conn).HandshakeContext with the Request context when performing TLS handshakes in the client or server. * syscall: On Unix-like systems, the process group of a child process is now set with signals blocked. This avoids sending a SIGTTOU to the child when the parent is in a background process group. * time: The new Time.IsDST method can be used to check whether the time is in Daylight Savings Time in its configured location. * time: The new Time.UnixMilli and Time.UnixMicro methods return the number of milliseconds and microseconds elapsed since January 1, 1970 UTC respectively. * time: The new UnixMilli and UnixMicro functions return the local Time corresponding to the given Unix time.- Add bash scripts used by go tool commands to provide a more complete cross-compiling go toolchain install. * Fixes "go tool dist list" error "all.bash does not exist" * Added to packaging: /usr/lib64/go/1.17/lib/time/update.bash (already packaged) /usr/lib64/go/1.17/src/all.bash /usr/lib64/go/1.17/src/bootstrap.bash /usr/lib64/go/1.17/src/buildall.bash /usr/lib64/go/1.17/src/clean.bash /usr/lib64/go/1.17/src/cmp.bash /usr/lib64/go/1.17/src/make.bash /usr/lib64/go/1.17/src/race.bash /usr/lib64/go/1.17/src/run.bash /usr/share/go/1.17/src/all.bash /usr/share/go/1.17/src/bootstrap.bash /usr/share/go/1.17/src/buildall.bash /usr/share/go/1.17/src/clean.bash /usr/share/go/1.17/src/cmd/compile/internal/ssa/gen/cover.bash /usr/share/go/1.17/src/cmd/vendor/golang.org/x/sys/windows/mkerrors.bash /usr/share/go/1.17/src/cmd/vendor/golang.org/x/sys/windows/mkknownfolderids.bash /usr/share/go/1.17/src/cmp.bash /usr/share/go/1.17/src/internal/trace/mkcanned.bash /usr/share/go/1.17/src/make.bash /usr/share/go/1.17/src/race.bash /usr/share/go/1.17/src/run.bash- go1.17rc2 (released 2021-08-02) is a release candidate version of go1.17 cut from the master branch at the revision tagged go1.17rc2.- go1.17rc1 (released 2021-07-13) is a release candidate version of go1.17 cut from the master branch at the revision tagged go1.17rc1.- go1.17beta1 (released 2021-06-10) is a beta version of go1.17 cut from the master branch at the revision tagged go1.17beta1.sheep06 16522747091.17.101.17.10-150000.1.34.11.17.10-150000.1.34.1asm.htmlgo1.17.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.17/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:24199/SUSE_SLE-15_Update/b73f95da2de32d62f42501a8f2c1ca8e-go1.17.SUSE_SLE-15_Updatecpioxz5i586-suse-linuxHTML document, UTF-8 Unicode textHTML document, UTF-8 Unicode text, with very long linesHTML document, ASCII texto&J~bм/%utf-80ce511c00fe4bb2bf4d3a36b9960cd69f4bad6211ee4979cf2ff1eb9cd81a6b9?P7zXZ !t/t] crv(vX0Uz66+ԲL'hgܚbz 1=Vdv(胟գ6CG^>AjͥqRCtuP{ctDl;.A!Go8F'Ж秆刺hHW4L|e"]FsO%,X!<>$F7L$ G.6v/e8 KkjˋVt)їRR487t: UrGgFlfm9Mҷdi)P6حPg蛩Pj _$zI½r(!=%!Z.`:*w}WEtM?xi@ޢ*$1}G; O)ooˍ jʋΧoR8-Ue:f#^8o4 t8kSzڨ)}շWrPn3o$zL dm:Xe$*@lrB3x):@4z|MyT݈ 6TZuWP NjH\^sc Zy,0F|X]͌Aԋz@Jp'E\gD̥C3,L@ǪFP6cɑatjyk d P?dt? F<:'3ΓȸS䑶9`mv%;~ʁ`ڂWpE6`Jʳw"4ݒ=h!|^+S^ZgYbϖ8;s{јP W"h`= > $HʵCy8_!^O9:HsQyڑNOon`0~R`a5R_~Jb[9O5K6grܔmYi!QC]8V|8WRn%YXvP}"˼+vnqsy 7=u!;,dg)QRjKd.& iު?TpE}0!H4ZYDH|Qr.Y*ϯE ^}(^n]S]RxwxJ=P/Yfן噷 *fu5OɽQ8.x[e; ̫OX"fjFLBUs,dP d|w3e mMg-(l,4Rry7]M!4L+$clX͝R-NPŽ]2҉*Ǜp@o+Kb/ .' h(`~c5o:}ga^X!Tb$7;VYip4kBFc,\ Pö,N'9xFx}G6K2~Qm p&kkWp6؆ƖWQLSW jN-€[ćb5=#v:ȬޜOBO\QhiY0y? &2Jh`߼*:IÁMգŌnf\$#12k~_D ~gP`JpC,3YGf· S N c@)HpbPK5'nӞUiahu{F  a 6e$2ôYo}Gc p{U^PжA4T 1`q58;GyPw B.N*rvNUu]vs6j+ѕ jd\5SiZZȄNj=`jO+&}߾Gr{݌$SPe ܀+7ÊhMu S1DUR\-$fN'dj5ҋU'oհ]ؒu~ WZaeSqakZ, wׇV{ѬFT Dj2 Xy[g٘-oSQ!f0GߏqIQP/F2Μ,e;rR?V?~f%ˊB >Co"0(tA{&lEe Y?*|jQ"jM'M&4cz#ާ5ԉ Bl{{bَ)Ht[ZXpwUeW&&I][@a!FM6ۆWU4/( l3dٙJE|q4QI"1/#a_VIOֵ4dԠk:V(#TAgC΂y9G8G1W^ Y1cD'쇴ߎUI-o30IͭJ)'ǐ Y/BEIMx*;hcK?% ^6-Ŏ7/5 _F˛`gV#FΐWy@:rSeGiߟX҆^@Kpkȭ$ !֨J24fD~!w#&u*=tkH ܷGC%oe鮊DUВMC+uC@~`bx xG^cgW=E_J AE[ ڌy\ )g82 @5`% -O#AmK1`U v}=bn32Z .>Qt 'P(r{NQ6FX0DR=8(0wOauin;CdbTy^6[19Ip^ ʋۊ+Gl DYE Fd?z?YͅDqW vtf1w[#5&Y pu2Rny2O֯U(FLw?(p I51FһA=xTYYw_U)}Mߑi~8DJQƆk8OU3Dhcє2N[t203(SKZ£Q[g4 .I/X>F\BfLMipjj} /GnZ?U9w;Kff :,(݀ϲ]xIODB6yKܚVWvnr,z<$wX "=X!yEd zpo@͏*",x*Z@rl*uճ*ʗQI^Y(YŸڞ`F^Y\N:&,iRkAƞQmFk*+Ay#CIj[﶐ZgQkH~I2R>ݴN@@}D  >:Ls. 3c,qQMlZ 01EYAT5니*wڱ0U…Vk>Ƽ67視:;w"WjZ썙i'Uˤt}a⬔0"DC +nMَ_Xoҟ]Go|^ӡfJ2^k-rG')ƈīSCF=kN`Z ͅz 7䒼!6gHŰFFrFw]7o Z_s?3KofD$֧p󯄌`'#6OM2RY\R-6uwBVVL-P[g@ dmqbhl2mJ@Ka$ Rl_BU;zGuhQݰ,M`׹J?'pՋBafM`]ٜ>mU@BO)>TkAl޾B3pf s1">q80Hp8pF/- ]!' X5T8KbXTGJa-$UݡoQtEjde0=6wʉeAn|LقA2PI6؜~HIأ*+\dx*Ю~a{'2A}mqdc`}5 1\ggTBrBB% ?@2 AsQVK9?(1}.XfdL&:Iy6bXoƤaQ-` J`2B({n RNGC+h_ mu)a[}La;b t-BK!Z6X;{IǍE]gG\]6^FLHVfA;RBm,(熈u`s0B®ځ//5"\[T+4KK\$&)xjGRxvYV?3DpT"օdV5xz0>K_sZϹ>y]A6{Tj> 2ٗ 2pu&ģ5j),xCHIYꠃ|NWvks '> z0cY0> _ 91#AOq (n?xt%o Tأ]FE~/CO$4 3=>js[“YAp׬8DF8H?bߕ!Qŷc'Nӥo>u+*ҥ;Nیw"Z4W˜,%y밁zjX`U|Çf-~D:mwu7Nռ#&a# ~e[ y"܂m=*WbmߐAkiw/nz K\ʧXљiŸvzbwlۉ dE!_** rhNW׶Ceel*_i;JpN36$Ye"\4IҺYaci紵 %cJYL@::Dn7-_Cl[G=˪BJ@.^d6x!E i(즴!gw&;>sUq u,} XDKbpbA{ޥDx|Tp:F' y?}s洚b딸(?-bixXJh]p$wE.YB3]' C2̱ؑݟ_*cN#߃;Ljĝ1'm'\cpZ[߰qӻ5h1^REO = :*5p22DX\ kIK꟎CWa:7oAgi §j{eCe6I3/:󮛟 o_PMGFTWM sg~aɝh D6(Rт g;7Σ{|M:uSP5*I_ܹg\?T󥃻ec/.Αa{,?+ c]=OdCz:YQYr 7:X& C 7,?~F{ HTJev#k<#'y:;(=F}\v;ܑ1 ]E)/J:/j]H =+Ju0ڞbl8LW a8ƵgQ,(D%2vtfǸu.#+$A6'20-hJBiԓ]D+iI= 6ߞ-i?>w0:lIF6:U3>T#y#g̈*X?|B^@uK}(X0{D>8`f4V*{{)n-t؄{.yXfh~ḽZi17:zEC2*GsȽq~e,UV)>93ē;H3h$'(zW) @۾ 8!ќ'd[F9COԪs&Ð<_TmHvAY8ޛpgKH^:$9%!gMXO:H]IwZ= v Nbv 3I4qR|y/c'/.]_4dm̌W,T=a]Z64܀X[G/H;0eQbT^t͋4~ܺqhnę} ?6ni%.#,Og]_XڛhE4YeDdNyyYջE<+/B#I6_,J. [Ƀt|F>Osʺ TԸJ Agr~6 QGQ[_?d7comYr;x"䐽́Jp 9 ^!٥fNg+ϕ4#u"ٳ!_\T&{lÓAuni^rWpt$n @S~_x'}X0c!,䩘`"("=H%=x[fq3#jgBuQuKJ»C,³y>n]<{l9~ 'ā:]RҺK]mrپ{&suɍ8.Q as100-)(v?6PtBfު': k ZWiNlF47-^_8({m '[ L'9;(#O2vHn݆erSʿ1m㘜FH_؂U(Jc, ~]2>QĪr'y {2[ۡq?d5a&%{reECsȉpmuAnΣ9h='lbYOvSdף$Jd{T6QNE~I·áC`SN&+=\\ٰ<.^-Z'7ÒJ-w%cj _8dE`1_G #V1Ϲ2Q!{&v=̹Y9<—ْ`o>Bkom kӗnPx)UU׸!rg(b49ЉGHfeh|?0#޶ٔ"y":{A]bvknXYw ۟8=A27EL_W3d`-cOg7=oE%N% 2",/jzeFa׿Sad ]T9`b; фM:nvsOrI.ET6,3mBiy`V,E\ ĺuz^M+sjz;ڠ {`(b{' #䐅i#W+`PwѮ)PA^,ԱzGChߏZ""=uSj*b^4FB6B-2q*q[G:R"I5H\@vr|u%SֺV } ;yK/|BSY'u\jwجw#Jc925y ^#cM=. RR@L+=uVCz\8zbZIs~o4?fu?:O)YE0 ㊐ӡ>UzV4@H֖!+)hJ|*?(WLQBEE02˨5C~hٻhݿtśq[oÚ»TYѷW= ]Q*ϲz^&F~rV޺n<&mfd=vU^D&0xhf' 6gy7IѬgc9D:,Ŀj"9b^dئu/j[|vQL H+EV732Ec85 Eb'7E]Q(t$ζV9TE|tI.eGi s*!OLWz=TVBЉ;}eSc,V#싟k%пa4ڦ S/h뛥)_=;.7k.v{.„;:} 6`j,k %lICޅ]k1 1 }KpGtC0%d>*)TQBo;OIr]wvIkICkʾ͐Ќ*ӋQxr%L9:v eɣm Gc>xNh:Y1MbSfWc IuM_+` )0M&FBkNI "(X?0&&fcr,+ }V66M|}ymzg+hҔ~Y:,ѯn>5B=vdFEڦ IH'8z8TD\Zw2E3jBҭ7e\A&K"fclLRuފ#.ṣr)uCU`Kyl>Gqp:M Z|,F@Ys01`^wsvfSz'@w ֏RgcfyH9d01<:f?& *t2-V_‘WnIp 5ZuC L_ϗ?sEZH/ኋ9FԨJAqЭm',:O3g} |QK{ο7hrc SW_N0hxQڣthG2֧WYZɜG90fV O>C]4|d)Q*eJ\ _pu%V(<W_⼎#'umW{H {M"B*H) /5 Qpረ'eʌׯ0_Kz j]6X ,ȞOT`(bhrn#Bꟹ6Oo$ *(G[%!3)IJtOQC9:ﱳH +Pᅊ!*tz h+׎ZDj6=L Rb7c|0K9Ol]=h5MͷJ6v:ඐZ`!7hwtz*;z 9ve;eRR(yQ8r%u`kvsݗ6L-2 oCMjWF|_:r"zتiCݖ\YcSk\.[U {]Kɟ3}Mt_Cf GFb3Dv^uo=WLGB.D24}V.Оmg53Sx.4 s&/<#KoКZv"΋/PO߬:8D$#f$*KJ[Ȣ <c="QC ~imjdm<\SB-2*7^{ןi(Td+&cR B#C/wmϩe1i9E!,Eh,L}'CpV{BJ/lRItOy$5)C\tۨ&jMRlM/Dכ} B\ףߜ=|1VU@j) :[Gs ]XTÑҙT y!taT dP O:KO|ݵH" ګo4xt,Llx|x8Ё)Bδ!BX ;(,ˈc,2QP{JZh[EBM dtg,N/Sx2Ba;Ek!8q%u$Sa@rX~a`VL *ԢsobELIH4ຽMyZ[|?]ɚK5R? cJz<gVy(>鳐|ҳ؁_ޤzjz^Vcӕ#N桖,L$1F:t|YG0`lcّt{'~VPSmM阤 RəTqTQtL[1~(n2]Q&)e(2koSxg|F6r{O"y.c@ MdUE@US-A0?VT WsM;N@`:Tn)lҨiz6)JJJUi&Zb: "=@];p-8'ω DuLW~v}l.:ȎAHarOatǿ6Ѫ<5Yƨ]fKiipɡ #l $C6plu PJ׈Ubޯ;6p2GРCV$c̰d9} M496Nbu*MLѓ*>綮)#2#Y'/鑖 Ewp%2+n˼G;2Eݚϻq(!j搑b4 F~Ck) heܚ:ȧ.`ӌKLd' YvpcRnel( PҌn]/]Su=3sn(sQxhzԓSӳ< #?1iVmln<c5Q<:eU&5Qj#E\PPabi ۜ~Z×e\Bq\b@T9iw\ExIܚ9ݔ&2$h7P1VGk_egb'u6E޳}7=o)pm"d ,2`Iָs2 haiGm尡 @4 2IQ'ά\?J) .o֝Av%MҜ⮱}Wt:pZUژج>IM\3~4sgDhW^ .J)HkPlLG݂!Dtx!aV WxXpz 1&4 U42ݬ(RJ2 $8Nb,yF_*Eethx$hp|`M|Ak;g" !^%Q3 |RnV_̪#BnyJ{A`FZ/;Q #R1IqAˋŴ0!a!ǐt2>w R?N0)wH^{kրc*xv4JP3F&^w\L(;3&!s7([g"lRq wnpj Au6GVW dA#Ϭ#H "9#7o;D-借3?Gۊ2N4eni ȗД_flMHv;rdk&f4jΧ ANo])xz/Eh{4 VT[%d!5zޙ6Ge¦FmD}{0kJ¼x>mߨa)j4yK0Gñǥg  3'[v)a0o%ڸ~`z%q^I HLAˬPki[}^/ ,]dQ%0 >CP+o>:YEF2#ܸ1Q<2$ ѨAժ.KnWm UM͉a3AH<:u#NKnJhp*;E2ʿYG_[z=|z[n3-24Ԁ XKuL|TZZEf$E-RGyҔ:٦̃SG%tϔ .B}#ZHkݡN2`Qu#cȁK^D\Njmtug*HA5(M#q37hS:&Cb6smv?ӏ3 u#2ϋӜߏĠF -ۀO0S&u2(] FN BRe >T9x*5(\7ry2~ayP=p| #^. @g)kO<(gl]czMNf zح[pA3z[QwkTOjL\=L! ĘDz۵Z^m=;ʡV"x,ӰhEXCO|lKRf*Ŧ@MC\cc>;P+%X2PeRQ&mAJY  %#<>GݼdPzxGݬ=eCg3錂~t*]fgT=MP]Bk|hTMAQf/T&³^WG6G]5D:ĂZIgC۵~N>x vNݕ6x)@RaVq!M&*QWK"E&9la%'e&7oqPYFB-R]ɯᘒ-|ld+!=V,CArIŠVy.n%(EMRlMKs SWW&TMa3eZCNFpIR̾JAAaiؠDZr@2=,i!bzQr ArxaY|>ZFp©olEz4zk̘Ϻvp;ZʼnDE]0QD1au9 a>S ZulYVawb׶nqQA 5l<[n_Pa:=C# jbo nCi=O%׊"1 mjfF3(9{ƼOgAjbF!68c%`B e0#\R~p e0T㶻Őft %)Ie*pDSNyI򸩖&OVLt$+/d{>?Si i2"JNf^;:FnHIYjڬ)LzyrLwL)nj|lsw9ŪNi.L9t4RͶs5S}yxD6t6| "!)KhK~>Ģ4By{˱-9 xNTKA:ryOܪ(C`HɁ-ٰNqe,\5R0Q[Kb,]Kwngq?3igW[-\M^>ϟ/39y^2ͺf~<`|uh9%s56A&NEsx!-`7S):Wt ;u.E H vW.|o$6k\!n3@5NC{ [Is_wTe\MYts6@  w//A"*BÕé B/TPFx V1h0/]<4–yۍTe8lp[7* U!qDc_?wܭ%C,.NB kb6VˆwM5)߯&䓠Pͻ# +鳴‡ WPT:0 b` v~z֯ $+b?`TՄ[7jG(Txٓӳ[˵"Trhݲa ؖ?fbz boV=rbm/eD5%ܩ~G/~ܷv|i0 "rv!K1mi|ۄp]ݵMO_R-A,AUjYKHBc(&X M~!Z"ҹrd6qcp+ljZ"MvK&Q Ec|T#3[1CǁGVL#qFFsHnn,A" TcR( ߿5cƓ4}>@Q/?;Hn%nZu!W)""VfRk黽%g^ ܡ7j˲{FB)@~Di:U4[,t?a|뿻іHGU@ r?e6:s52'fYӜd 'C e7'0-Clcmx T%ڼז#YE,ST@ΝT堝m^T}6t".G>~p$uV@IR)é<+&ܻG5hYj [;H϶)r2b`1h7ɀdmR8ߙ3,췲 9oa\SwڿB4A:]FmޒƉH -flvę^hȪ.'buy>x<5H׾[PpD 5( AAgx<^-6y 5^mP﯆r cD!OQ&S ]iP6/X jl?9A["^*وL)CGikQDZFD%sBDhŒNkFΤ&m&Y0X /~e@Vs,hWO>oω 4N k%Wyd~j347TP[#e4n4r:blhZ2n YgqAR)t'DrF@ Ib~kљeh}H2E@ė3?#9Q)aiV6d'e*M\0։,l.j̎ ɁwuAN?4WY:A5c+1nH.-Hy^ڴˆvE?8I_H1HZr1qJ);ivY,b HXg>@7iyxrNo&F)Q!æY 5ZILxsOX=>A6[ܙ"we?ZT| %pŀ(Ѽ-9?:ngEӳ5ӻx0?hT $3'R\ ҹ^kGI6l +K#qڛ<,ve/oT2"p7&?))bemo՟XYx P\!-up(TfhV߳gKx hUcyg MCEUZp'1, ,pm_N\U2\ۋ2FT*mdcDOiW K֊O\"9kw[T(uqmJ>; d硚ׂapH,4Iٗ2wX[m}KLHU؆gbKwig׽wpk(p8IQJkڭ/ D1@)JDS;zC?FOfB!̯nLͪv^U`…~ 8MC,HR u`SXDA\\FcMصn*6LS&5q.wP+r=Og5-`y@7gJ% 3#ƘU1#|`0#y:P-F Ŀ~ȔAn:1UO;g(rSiyy1X9JJ[3$5%e ^"W!*C^$02 2q=~Bb7IHLa[}HFCZ=|2CBҙ2F\=Eq.pդZv_<, 7g"g4;Q >*N jgv|n @e{/d㉰etRεTsĜsMr|#&kE[҈XRD[JDqP?z?ɫ+SoVs:ĔtM!$$3⌆;!=(Du=) % G4O/+!HXX:%|>%3%y4B,NbyG(iiU6&TvndR*oO:mK7oIffūEJ{8#ʇC_Tli|ř( }C9 1BM1TOǧmC^SeRcuG{k(V@ qڃhߴ.=7Uc{D7* {|cut#ʪ)FFld԰/Ahc\'dHv ǫA4Z q] \(Ig i&s&kq S&vk#fKZCq4Xrz|EqO($@]`l4\ De" tlSJqS.ІƇ4J;.`-sGcxC{hF'<-~7N t̉MG5,>xK?En*,_ pucpAfC41pA+qHC2ˇH<+FHIx l|MXa(MQv$ Eo3幰",^vcF]F#1:| Ixt*dbJkR#Cg˸dֹ WS3"}{$u%903WhSm?荰uuB2fVuufc9mhk!`? O>'v;3$C<{ 0Ykb0oGqPh  ̓-J4il5V FR_R#Xs Tm8]42W fa#e:AO<}|޻At`#6XEgFф*.M0~qTf(D=9X8bе,ļ(5Ys92"eQS\s(p"s%S, Iqy栩|$^F+q pbejlK㘣.! 5qQ~[.jG&:a 8, {rtmhaC !`ZPf`ݯUzL]%}Łp' =WCC1JH"E5߅/<9֑r5mY;,NW{صA#(7Mr%=İz%%glnz{8lp`YJ\,^x(ۿftͲƌ3_u$'ƥU/ m~24ߒDL&ԲRȐS*2N;Hh< O ܸskYBu!mAi [iK$=iPS$~<ۙXbDNJ  9_ASئ-9r' 燏`rfNp5ziwW&&kBcA:,ӏ✒%Yϕ ғo kF*;<:<7`+$`!K6L_:0q78Jm,}f>tSN㡙㚉q"̅ÔV[FT#ר:707)Z筇P Z;Emw=bUXRfŠ`q *Kt&WKg;`yE21$qsVbt) U*6DNh^7_k?R;BV$2]n#DX?9.bZ'z؄; Qk:Gw+Ffm*Rf+8$$@3|\L ,hjp?axA٢ڷ>q#B(ڒkBXC0ҏ ulqB{e[No(quB~8΍o_=g/v+KPC2*]Nq>6b7I'D>2nO@ u!! Zn31Mxˏ @.hpI8]2^V4@}h`lG9Vjbw`oo2_&z kxkؔm~B3u3pR,}2>]| %a4bFj3%*6ub3;w6:ag{Ey%^9=JpsT#l)z4Ѥ#;`\;aIoDJorVd`0el^7{6GNַ pՂFE Lcٴ8O1<ź g=?Z;g<#$$ħ,8wz^옎'\o u 5-+!S|Qgy@TH %heBEjh7AQ' n|cneȁ '@3!7(@[t$-C2,ؾ t}+k%'1UDԂDZsn5/dMӵM]0~۳qct@یAM(2Q'Q:j(WYf]`68 gݟ\aOTҊxnʞ5KX]> '㸐w17s|S(A\́; e VNgיsK…4wpHibjE J*68t z̾g/{;YVyVd no~po9r~*f Pa^K %< .])!Z;-7w|m+Zh 4tK¼<5qA6Z$A#X6B~ $z1ZK2|AC1$!X/8JkO!*eyG6p fK@;'Šo4uwcWB޾kv8{lVX 2!lR(-W >z),CLE%dĶl/ %`Ɛ;jf~~~EFAS6JL>&s-Z;ʑ,鄛{s=ƗLQ 0v&COi ` 9e; \-<(؝Y{M/kOb_?[Z03("ؚyɌ9f#aD=P jƘN2]-4ʪʢ zං3);:lmHS$b5 _Uh ry*nkx#m'.cj[eÓG, BXD]|Z17 7z8 &:şぺO:g{ y37~w4l5`dq%|ʯΏo:W0J~u{BÖK*UU#Eacu؝@B\t ? %/\RT] I^ DžǹK?F]'XWhn;x@VSUGMSJP*#]z?qjAR;W9`sҨ@յKώB'}1 xMiay%ُKʹ{k}{Rv պ LzRpb4j87Čެ7lu}X-^(6/tCbXE;=+yw% t -Mbld,#*`dȍ故YK;0@fRLD||97ԇί:)6zΨ>C5w"3ǑL)ZI5զ3V8L*`P/1^ );1Bzb=6;p' ZKvb '!&PhxF6&r0SrΩ HxNNx{5ncyj ovq$R.OoKYniPl""$d%>q "G̓VZ@QZS\MK|hW:tޅ]bLwxFNn4Hv-ˆ֟@wI^Wɽ)lރ~T443&$mH`4A:P 3ys$ɫJ*/.ݤV WΟ%fHccM»Dof} 8c¬RMgS.&gy~`-: @+]2[EWQc]kS͠[!fi!Eŝ5O )1OFtNs nW7H4%waL?k(73&mm2!Tb"4v &h;=~fdb+ 'u?̿W)\I #hgSoG;#lKzz%"x탽 UaؑK6FMVg)@VJ/aʕ\ EyY#_'/YȿdP1kj{WB<`-A.*U㇭ҝk/11g$8ߣDd7߬sϟh!C۹&׼pFIj32k"5W'Ӄ* Ul&xApl5] ]zg+x+ܜkԀE\N/ܷ)>`0YpԿ,%ڪֻgᄒ==fJo Iܬl;AJ ӔuiTǷ2SOODK1[+Xh<=O'17Tf%t}?"htӶu(vpf$|+]#`{:D>jkvRֳ#{(ycό$w XM2l]'Kcb`bUav[B[Stx۰`8"XDB&NU*J!'H֠ k~\*3^ U;Ubn(,Hc|-^D.T3_ۨ.Я_DI yǍ,$?>@s?h)ruKO yN+Xul #! 8ނ-+vJLTπ$[ t;J15F#h4gC7z^='jM&xʼn ' /lsŁ7rJAyIpB$1O<4G^4OIwݩ(5QO!PR$rU`z=˰};{}W75a>q vo E1WqB1{~=)^yE␌}qϯfUzl5femUziц ^TO+l"\(^ү@IcAТ)1=:S4;=g^/_h,YjJ1>-,.M:QC\5qe\ԗ\f ; KScjEg{l9HEUQ\.Hml! ,A\K%1o&_{’ҥS SIj!G PQIx T׮q.>COWT{ 0 kA< ϽK>ܪʘ|@ZPaͺw\jϼS1hI> H= |nLC]5 Չ2Ar$^{Ac+,1, AV }QZ46mῡpގCۓ>sF^,l ~ flwiL{N&~~a쨤ާ~SBƋ,rϳ̚ugp8^iȧr6ߖ-TyJTB&8`d_@1d}G4rET+\dѶ'܅ Ph AI)=4H0TqϿSOUyx ֓0#;^D횛SVܿB6օp.xe }"\޴4cQ X̸;! uUZ^ 1N6mtF~z&gN&mKp@$K79Yzz;} Mrq XJߓ+9N[gK>nmx4a/\)O a(j?٘٨-؋( ",>ߋ'*ħ}ICM.1J]5y]Jvx0چ>&wT_o//!2`-(kR [M.w,̚abl2srb'O kh5 ZxԚ^N.4@5N7+dp&@ľ_ղ8 iOtg5_ "[WaPxl AtߪS8zJ6 3>fl$ FIT4LEFU8Oܡ#vq*/|B^#wף~5g7|CА2DޞJG_y5K0: 07טh {P$+x49|7-o+_;Ů["!UbNH-MKs??բRFqtG͆ ^CGP!n%g ;$ 穅(.L**(tQk/@y6._PI<j3"b?+okR1݄5$Ym۠YF*4{YD P \3H# XrzW>`|p6OJq,6ێM,`2Fxi--a kֳxI$uGf^9oQG9̚WzFӳ][C-];{OqPg=ЗyǷ)bəeֽ]|!ћ.[LAn`kNlK'ᘻSAv^ *0 p"0C b1 &XT b̫X6Qҟ̲ N) kW)h2bZÆ\΁^o, [)Ձf\ڡOr/. CᨲDTurt.EToEOrZ>sWp?UvA1>*o٘f y UyM,a=>8Pb0S9S!v̨doj&Y"$zTV|"{FCN`0uϼIIQ8>όt:c sǗ6([sX8 .|U?@Ši48g4Gqn/TJW %^ƑqOuBe:=WICN? '7ˑТg풃Hˆb,vfzcܞRlL%^olvqCuVL, Btn6gÞRR<|I/w=PtDuDkTmuvyDȪ(dIOPnnG4.F_ ?f` l~P͙rfdqQclDAoa?]^@&\+ W[DSMR3 aKn>sLh8 5dr|Ze=D^*Yܒ^D|] -;g`r[i3˒YSK '~EluNMaOK8{NB6bʓhƑx]$nx]p@!&R&Ю#?/XIP.mwʹ@`T>So&وK#ă=#%r?5;HƚB"c X¬%],p$S$U3|bn S; O''+5$E"и $H0wۚ*5 )"KToY>7?63ꁭEh7'Sieχ(xE!!tSF+oU1-2n@ s:<h6:mw܎}vW D0j6dz-ݺ"YrgWIJ|P ,9}R[4-G͡_f</ruJeKk@-,Լ؀:\<ճh>@,0:8UL kޙAHYttGInT?yZJ:'oN0"1X%+$(9n+0{+E!qV-g/[2 3Dj9e&GK3ڄ`(~ $bIu›%mHc)SV ^ ڗ$(!MH&5ho6%>-TWs'lIdiٛW|m#$T](ԥ\h>!c E1XzN=I43@s +AL>exB: + Xx{!Xj]O,_"-CU P@G,HR:6=9zNwOTO>'\c۷Y&wvJmܴcrʜPA X SNhi3u@+GZI{R(F"%z}:k P3v$X pߺ=q=%ưb0ile֧IU* cM&LhȨlCi?5~"3D{Q@wlKPeX9cZ1WMW)w0C7OP˂';qvdAHI#1mqv ?<#[Nn+v#)!0å:r y;<ʄRA?_)Wl1#HNڈBS_0"#=.i㴿t,J @W{b$3os k\T" #Ћul6H <-7=l/  3E,Ru5ֲ} u7V.Eѻ+9D0LS7Hne LK"V 9`UarD֛d]X}q ][Pe7BWg 냧dz}T[a#  MBn%94, 4|#σ: lG_3Gws)偈Y5ƥP w"f`瑥g#:y|WZJgrXx *DdȄb2/V 5-eC:5xn29G^ mœ-hc*R"Ϝ MOC :+DQuƛ.qu<.?S]Flv'4AEC垱3>LG M FMY} " FzS؁wFigSviyghVk ū=ڸ7S2r6"Fu,qޛ_rH٬ΥBfw 0c,bDfbaAF;qRͬ RZMWr;1l0.[4 M^L>xgWRZ0\tx399Ϩ=|+Q4Rܝ"˗KNVޱ3a@f/,ԟ 7ɝ&]!)EȤghUŌgBBF{ q[~ջpZQ}P۔<ងLWV(F/ 3ץ[$w$CX):tZ9;SQpCF|R$MN`.0ʵQr2]XDSC '帼/`4](#fn}&uFr&S2+tkb9s! D {E٪\²3 `S8Cm=q"&ykddl1_!a*dGxdvQD6Vni|PNAmiլؒ?Ox`(aw_7xKfe+DQ]7GurϨG:UɐF5#?ן =M8K;t.4L! W&[rxWb(C$:W!쏈(a筑,?o.kwT5etݯS4Ӟl3A .'̐V4G<{%lx$@?V#§HRgtP9[\vCk` C@ ̆GL4m/ro̞<čR N/OJ8eA>+!YM _sA cV8SdԮcwio&>9Ǚk\' <2to!hpOFdY h+m 7S 2B6uF{d%o:NҞ= H;Ny}y lƢ@y|t/Z1LR;j+:` hU}*c5Lr63wgom-ipu$oR5K}<;$'(Q($TY_ye95K5"x'h$cU-85{%б z߬gexO ZZGyp i 2qVm ZY 4BaZ`je*dXk\bc EkKg w+x3IB!{T\.Owu;>,DB\CaaUeD,56X1l$%$/Zw8U7.P1$*<@72v͙)c\0 $IW*籶S FSn54-O/9MF#%䯯f AHT*l$Y<w- Yce"ܑr7aWB>:ϷfV@{uz..%Q+W:e%!<>P _29\iBNI|QNz[8^O:&hM_uv avRR2PdǕ_ iU\!2辶& QH BWSֲbU!42BbםKV~;iH"usCJ"Sy(.x;p^;d?JFs[W22{ZaEd—PC4B8!YS!o0!ވJ ]gO314uS:VZ=9ƮهL~0)G=  5`^& XAgeu7ө1cuF(gD=Y\1_E !t~D.vdr׫j-099b. 趱C˼w|JENǏ#I |Cj_߮@m̆]#]S^<718٥Y:)LÙwg@:7 d ':g[a3h.a!Ju+p5`_3r.ZoFz4Zwwv3-RJIYF;bZYӞgA8+VIzjWe(o)Tnu@I 3>d ᦉɀ4 E^j/aЛwNȬ)XP1')'8ڑMQсp*9ⓩ zYfM DER8nzDi-jQ`lwN=k$^@|KTz 6l{WmƮr t<i:nb&4: {<3q50~G&ڷM}-D&o8qC8V.N.MK|A5~2xP"7n9z[!QĢZw0Txj L>#DW1kns8ur N>'yýPrWAs53rYJZ~$؁.6\a 8Q6֘ãpFz&nQTSXAc>3y89,s ?M <.reiuOJE{`zRe\#1Ag XLU͍jWDˉYB[bptf"K|ʬnXH2T wZid,Uyra& XAN-Ҝ~0V`Dx"I_gLŽ-;N6ͮ1)t:88 Nnۂ=jXh";xP0UFf;Q*=NK:`^I"gj[C=>'T9ć!FsSmʴ2}79Χu"Dp9it~ L{9,==V#+* >DV|IneyUesWȅ9z^P#Y-&`!0l#3_3d,#!hYsYt/EˮNƦ_Kg 4zh(2usmPUW%\*PlpGTN81˰'Y(גɥ3c&l6928x⍑@ ^xC^8QϬ|Q:T8TS`<Ԡ,{SwR^[t,s۲C:f8|$xX Έ<*oLgh5rTr8Z/|t^táFɰ/ɗ"aDzf}&vIvΔdӧN:pc! #QlELky,O|9.ʂ32^l"M:ܲh-B$umFv]e%۟/E} 5K?^ixqlO'MT*R_q>LXmL@y6ς>WnQ 8J)3/M|eb5P:&PSLT.,E N՘8Nul],*p 5]A_yծꦱ 4a ^-eɭZ"$&@Q!.ᚹFCRΆB4/U8D=3<:7URA"_*ypur{vwx'#tʻDvڞTͣ Ըv`1`*_l, [8T6 ʍ³^Gl(ףLW?)nAI 5ȋ-?92Sw)`i rD^-;*箲&[-ʳ4b^*.9i\lTLx:'|(ZΗPM%n]Wp7ԸCys1q}'*+B-Y㲷 4CS Ty{&L~.J{qhPtq5.ap!r?U" Um9睘K]$ta&ƺ:;c|8}sݳ$ #BɰmV, W,t|C#fÌW5pZDyњ77Ǖm2AWjSĢOɒvVUphᖱU3?j.(js5Iw@^ &NO  'Y797RP3ű 'X]>Lc;{N|!}k<7P._` L,e=*?f֋>4 ՅoE3=8>T;H l%r+.r}eID2GՒ8n i[ؐEn%2!"lVLM=E:rJ,>`&en@XޮRg=$=&RKBƚwAQx%t?+ߟV?~,g4FӶT9(c֙=$3Ѭ\b[^(FUv:pX?Z, 4Ϗ9Ìm䘘dMEqJd%iwf2P~j GB[9p q z0/QYF:oؠtHaXx޷=ОE`Ŋݧy<큊 ֭]y>]H$~I- oXDHq1 {wಆ X8= eA' B.$%zd?8>BIQϩ-eDKEa8ΧKY;'8(|B9S֢u*NhW۪ uk8=:W (8|DK)4}xw> ] UI=@NU)]^!hg]Z'V.~eGxުi[KH1 +'x{+g+߆.$!+?ӏ E1 ?u4WEXʪ^tRnjB8}gM T&7J12DSt /a*zyv;uc(OR6a/$1?K}6=O95GtCpbN nmHw+B?RN/M~BlXPd QÕ>CipQr57[\%OctPAD'(,,,BH1~ C&LsbzmDTUSה2Dw3LgP3X^{dtI]cӚŲU2^,(:NuV w3y-͞vWez&A^ŖHNHAOM9"Jb>Rxj׬ .J[i%L0V9#$\5N;!G*?Lcl2Хp zvt J6ޜC1j4R=iwM)F*! O'h:uL*D{C\z L+bO*}^9\)R||.[,QsY_ѵӁJ$PnEB[1+_&"$ (bw4$Mا1Ux4j!L`axOlR y\8 :'+OHYM=Ybr{* <ҭٙIZ椪)Qf:G QGN~)%XLv%2~aa*QScn4\z˗UNua7%c97 $HE@tG8-D(> #zX_2)*swP>C-Os^mũ=L@oT/o,$auO$=\)՚ nsΚWQLv&!PO*{Đ.lNeԢ<[еN6IrySGA{M$0ݚv$-㲕}44"r1J> kB%V,of5F:)c9_Ma4b9V@%3#z[ Pj53ώA^"2s.jw~d+82 L9EU`\,Q刽^ :l 8{,K5诌 [PK:H p+\2~\WV)>peu* ч887) @e, 4n k FӾqS5WU=)stB1Y)(sS북P Rz9 3Sszϻ%9VtȞcҭ u-*0?=H7P}A?k s[HV@h#&?R'+վpd-D ・yo<{rΐ /k-'_s_`# ~gh&,c(j4Q*e}FuK?k4ev-Ƣ]2ʒ?4Xզ9rt-eٸo谻nE/ቫ;/-B hp#6gn #&TʶnEAAVu>DPǭ\E%jTYaBʾ 0Fϑ=xJf ~AC |7N{َN~~)M:4!x/GcSz!=ڌ.|%N5cy[tԏt]7#K;̾] s1RHqJt J-יgykM88z#E`OJ$şX!|@:|l]L|Pgc)5!C`d?Od'5v hZ,LSaźEsS0t -%m nSU㣲}o; C1 ڣ+hxLۡ@sc kzcjVhxhC[I/sW”ֽ6V \u S9Tߢ6x+? O g106LN ׅ X/9`. Y'bpE-HzqHF퍖+V|A7J@2حy2\HioÑx(i x\NA}{$SKI%Z'e`&AP\;L.SIġ\I%`^ 038ujd=&sCB!ְ ߴMZW * Rp6담6HGGJ6[cM.2 )t}@5Gј'dtl#P5 ~{5sM!]B*J6& h~8C|kQ S#@l?:iHiFHCY)66=@)y_ CbY CNuK0H~$^k1?0X<#FZ7_@", "%(KG'Kj"8Vh6L{!x '~hH؛O ZBma-@EW^¼ v}&zϜ?߂_-G; OtUCT7/0ƸUVU/UAkҠn| "~5ّ1ͨ;C](ewhw]j 5~މ^`VGFxշh뇚J6#y)-'F}g7A~p^3*k{Pc`>txضŷMS~`}h&$f"Sؓ>hRKS1PF9 at\=*:D"AvYc{ߛFJJ_bGwU\_P zᴰ3hp &au&!(B?`)QN]s0ބ2sxeJ/I績ܺ jT@6#] Ss8Y)ioL!<pQ z~].cnSu ͚6[| Yq5{ǦtN#ULu2~4ڀ>}S:@&"]H߈;ʪɨ6H|?$.iUŬH,: إFnb$-*nu{KE)vKoZ!v #3dg*!O՗~]衠X6aY,f.]Ww^.wS%]Řaq iΰEM-ŗgeV؛ {@@R҉^.BxMَƢ^dN(_huypcq*fQD\O蘳޶\܈dx3ڀHەb$%M9Vm5eEY?5^,P:C HnSi PnRYzoMD/N>(' Ŧ҉A,~_;(n *91OC $U-+w;^+g0Tut(gUNfw@W6a'>Gy1Ujarl@{=7(:;?U\Q֎' v:kfSŚ&/-<."mrNus <|J=$a8tKE2h <0)-6u11UYW.Yr8 Y<"ᶳbmNcNKF[.Zܚ:ǪyjRٙwoEuIKWcL~acU$pa;넫EN~\Ib΃y ^P\_hBwˮ3 dgh+ 4xUҵz|G&Q7l/![]l+2˕)NAId|ӡ#tb]$7Gf#5=<}j[2F8DCODzc`pT,&8ƶ~5s߆6U{a52XupThB2u{ }77H #B]Vuଙt4.떢DC9'?얘3jlvaQé_7`(m" hܫ d5悫cUȥ[HGmk'1i_ZQ{5q su|'uQ]ӸWrTeI4hF 3KÀ:P8hi!ӮzT,p̀e`rcjqY|s`(-%+`7ӱbky?Q^u>ބ'J8d37RD6d#|!Aםl~+_%L47]x9Ɗw%}Hҗc? ?cȨwfX/;NY+s^+鉌>ג$>C,^ZF#E,6hݐ4a΄f Ig䬼,0? eĠn8_,29bM6(y ƵLRhe ^r63bFK>qj&Vױ..-%Z7f0q ^Y'#:64L: oTpcW@P3[.{<UOYG,KwbsH, "p0aU4|޶JFYr&lxhoEgE;2mPMyg^ ';n84HRR?/+[bO'%i򕚚rCR5tCC~Ը_ Zߌ`}u"3g眛)AbSvQmb&̚<4 bb=;}"NLeywaq4juP4k!b'GKk=>"#o @ Y2)!/=^:qayN\M /VTF#VhʜY_]ϴepL־2t@9/M19?V)V!"RmC=F'$"I HPE[7PƱؚbYvۏ^˙Dʦ&uXx .3]]ݜ$6"W xүÿrnjU13Kl׶ssG2$Ab4F*vހD@U,0-m]lEUH"PdmSn:~=E֓?c ~ 8$Hj'hř'< Cm&Csla107 4+6(Jj$1Rp'\hVTqbY8=N͍ 7#AsfGz)·eO6b{J h3%WU*Dk,Kp:D\=F?{vіwvV.CҘUR jhRFd 2_ÕNȈg-1D;L䦼LӡhQ'):^2CPUJ*DiGqzQ >aQ6xd(?9BGKie,~^t'pHx#ˇyr-N⮌75!b-G;p" nV](mO9y48wHM%[I2)wzr0:gwIe>4O0Cn>g <<4Zm[N=.t<\r@Np$klhMCg#R*Og"J]vc0>e;w)w)$U0d`ݱBokkCێuŤD`Agɧ0/!M$벟oWR7 r:?uN1Y6r&?UFۣ¬{_/AY:H@cq%ׄz{x+.?p,/kHmOW̜ rj`܄d]QIiӕR-6EJ eJ"Z'-a |*ݯIh>b.sHɤ n;_CHDE3gAЪ"ۏ;-^gϮD+q{H_{ְ.Mp$SJm'$r3SRc9[B|SA> itQ+ר#Y]}N"~*QDq \Ց?rMj (' vfZBk^.eU86i|9vA(L vlI2"p+\螯;0D>fis0"tdi̩HUs"vXNc=1pAL1 nv#6w hkP% / f=lR衣i[a.j1T1= F2\!VWBC-g)u")G D {nu_}]+isػ'EF!{zaI[{EMo:P3R06~*?ü4ŶJmwkE,86nY=ޅD0 h/VFf2eײ8;I"ޯ-xGԒJ8#+_9;AQER!VQ)M _piOS^y|Г8TCZ#f9ƲxڈM~$e?S;<(q, {%.mM9$܇[w9v{@ Vdj@Y!R= x_Yʊ5`J V +͓9QEc fjZ߀U"}A~NW%mO63%rCGշ&PN]kʫs xU8Ѳ%$s'iSJqS&1R&._G*#`]~`Up=+{V% o);+^ pF-TV aM14aSI SY[/UIئB smFOfO򆞏ewNӰ'ǃůzK!S%)>9&Cۋ:NK CaFYqs*&p/[ĉ&JsY`*K5F{C0`mkFo05\ 4J pq93Om׹0`^$ vw3P_k;DzјW37w&d5fqI/̄mIl*l/1 F1 *ѿoZ*hLxW8Iy@g  >䙶JPufWE(ZVGxq-A}py^/hA/WP۵ɮ#I}9 '!vU e}3hgЛfW<3ϭD-V|hr#~kSLgHfߚ5}pa"Skqhɿ0+aSǜ /(#_e(YLV 謴\n yqAnQ }OX(_g*tAɶ8KE;1Ot { #`i!{t7gj7àGH5}^qFfw\ h8*exV"[LWzFc`;1uTH}nyp3iE(_<s\dBhC_v\CYHpcup,J9l+@?aSZԧ-]B˥tUrS6b}ɱ^Le~ð%#! x(Z_}N0e9^/ wY|Pkl&"tp1}V0]M{#xX_ahփ3.Q.>Uy3qMxԃ8CЇ-\L[0=( fWA&K?p8FmM8TRV#*x5!(,qtB0e-r[ӔnJh0A ǓPt~(v-g-F9#nN7`'@tW*L=FXfD꽵j7 F.=f]Whnr(B~$a MAXό9ŗ..M)软voW-ę碛4* &-wxU6LhfD9i5'i;ڜ/oF>6L59Ƶ(vs[Pv/%:GvB}T-eV/^; ~=!كJ(`֕J!*.ZF5-F@(M@L.Q'Z 0s3s3 :% H0++z'CQ>Ĭ)FZhOp[GaQ }5h0|iG!T`+Y:QW$9Ibs . aб̣H˳kSC Dܯ]UNjrm$eMne,[-)]wě$3i1mdC0 ;'9j׏-<4 0odGюidӘws/USۼ^C!CHXo>9)<-ԁDk`B#`Q B݆oXr\&Wo"9φƠPԿ% bB puTS,ͨȾKIfs}O- jP̔tWvRs|P yjYLVMū9qsy&X1δPdwQCpFtB3.?aߞcޤ0?.<3tю0Yy*z˓ֹ|93_YUn -듸>q4>{l y}6}ʐm_'O Pٿ \Mo](ي%enԈWWsg <)%(4l%/Ln>{97X#-s|D%g4]J3; @~mX Ғ)gحħ`w*ۄxVS]oeU֨P@J?߳M/`祅dq"\茁 =;tO1TlgZ^z =yl:,xq4qS7)5t0o48IFF8_6=E8Dlyΐ8JPAr K([ez'l߉X^mG:W# mQ0 $=!H!Ĝ⾪~p`Ȓ ^s y"ýh#GI/C.%!O \Rotlg;xZ /XvjV3ŲHT3:~D.i6g_ė##WoG]n3E% 챙)C!O,DZl er&N[1[>ZY1 r"i=*} f"ۻmzE`O c4pG}Jŏ 5mWs G|Wb6&$zt8(+).UA I^<?y/{PQ?3g ::\&@!y9=8"&1oA[GMKɀeGj҆YzHHd{8$e rЮ+Vh?:ڢH\5*,u>LøsP*8]6ζct~:cA^2|нD,(U&)4KBrKؗRo?*ͮNؼ>7ܟI>[;ta-t c$6N$:VFG.Dc˘l$*c㠫6Kz@jCˎv ƮI.oc. CH:`oyd'cv7yK<ܳqaV҄0x6-75Ζa4Yo-qDt/Z:*.Rw|;Ա@† k5w0Z9 OL0j1#A g[X$>WG蹇 3"D, @h\7S=Aj٬wc'wح _%eXdזy,Ͼnt;mLoȀwzx  >ՇJs@$庒!K"|4kjͨS)~V/N0 @'R0Ft9;W8 wQf!(wg9RIjoYdOmǙy"mua L *g<22A_Es%Dt6Z0Ip(` l]-b_J7h''@Kf5qpe 3aϛƓjF}j3:F׶_ag.¢%xxC J=VE^PvӼ`&۳h/U=.C=&NRg3>FMࡩ }G .qYyf^ٜߦ8@xjӃ7;ry NBs#P 4UnäeQes@19/_E3VeНJd]`(5r~"br RWk1m(L3 Heio@vP5Ea`_U,IƁs4+W=|aX;,lGP;ѪTɍ7{'=.듟)u6Tv=}t"gHկƢ$Jr&jPU=|R@Tžoә~b6w-#QmuѾ@jh,|>#ay[!1P bU)PA%M p" yIX:X.΃;}[֏b`T!^A"=<;"e<^:(U.{*(>ĿVXTkiz~=T6xd<^Lrm@YzK,8=8}@Vs meʐ׾@HSÝl 9It X [B'_ HBi?ޥjl D X+s[ޣO1+Kt6r|jNnX8Y r`JMܙb>f0}Xg͙=4)e`7.nMJJ \8+1ʤjkz3E%&ū~5v,lϺ.)otǫ+h-B$mF xz?(jv)BC3lV/1+sR|[zGXN`JWMbfy`;ntfq\3= mBW+m҄M?9#cGbtǂhR[mn+J{q A4vga/Qz oC&3sXJkVm $]gU/D?xW:Ek@|JNn)hI:fP⨨b ?g*QeOw M[=fu -o6#BZV >`hm:x66Qj=6?MazD?@XNfk.jp '&5 Jջ Au}+>~Z>rKty=9.cJI{PNkrJbk3]DA6|ߓ]kͩ(TGk u0Wy˧!c{b=VF'*cc9ߏx9nGo:i;?[Ȋ$p͖ud>a]PH?AaqX-vY0sjdX|],m^\#!,c~N^2`KpD6fw GǛ(ϽNxi!,3lӔ;&U^# 3R2y/slk vΕUJb*?; ]jԠ^uufS-vE2eV+pfu93?<D|,|`;AiJǺun.(#{B/e5$=APsv%P2!T,r^9ތĤy"1 ] kqRK6'nJ.jpxKo)VD?sd>=;̎[BW xBP-;XKQ M1vL*Qdl:ҁ^60H-$ǑWO_5{:Hb؍:򻫻;q/J Rý0e2'4:ܤ X  A;b0=v9uep]6{%P;6~ 1͂N*Ϯ~dT4j`1 %%N;,z#sAgׅ9]yHBiBߛPc ܤvmnjRIP|msNA{?b}O~A NU9ƟWX&oúxP `RM!| jf-dg݊wTG_=U~GyKR3K t,f`i38PXkBGe #@~܋($6p%>3=nR@z| MA/%T_4'yޓA*I;>ð:R};ޒNQ͔AMeA^7VUV ]dظg.SRN) @р/Hӵ#Kf܈fZ3m?tT, uo T?IC'QV#l0s/ekvR]m1&kHl 2ͻ2eھˉ@6c#<3G#/Sr]#x=R܀=FjnWe|I;(򓧋.y^'βj:-W}/'Ƚ5Ku-I{0m4Q%ZrrKlw{ X._+Y|5BcV!(kZ?J݊bľߣ6(0.Wm4Y*rb/+eZbM Fs5rͺm6:8_&oVC US #iʀ;LjTY ȷw DϜd6[?"EwR-V9㾄㔒a1l1DgD$@Xa9ʄi"-DHxМP /q.{n'}s;™R5-BJtaF"# 9ɌWR.@P,zzh^DJW>Ӛ~2ӛrVyb d5Yp&=j.3k0_("ʠ\9z9|k~rK+$_,pyљe&g jgߦVxrB2]Dē?VZ^IanXPdeGJ [6raY*/MEs} ^a=r*>"i([Bؽa2ׅCeg ~x̃H+8&bm0S'śG{#.{ RH to(MpM r㇀u&YS|EхmN8CV*( )(1;++Q-z?,yҿhٛ 1xsDEw`]ZJaXqOyik8 ?͏xg"U6$vKwqxzF[SYSnI7:CTqPnV ,CQݽMɣ*0ç_FWډnp"FY-c^]:#{Й#jlvUXsiFMVB?GPi8nxWj*hWk<;ߚjj5UX4]3M ?Qg%˛_nM- _CU䇊Ld7MΕ>{ ,X!?hyY9)d;~X85}$ x>׈f /%Q뜻ϯWIɚ4 n i%R^}x(J >iPQ!sKG3cNRD223s+v<(AJI$fN'`8?ip( j{MΏ돬gz*c/XJ:c˨|Wws"|RPŷV-~>*ۊrȗڀjYw&DG~5% IcifF*$Of$ rêc D|ň$V*s0VNįͪMΥl(;=vjVVmОvS-F]ѱġsP{?Z1Zx.C-Cԓ-"{ \\kH]Q3!/!s RK!wݑmqOqiF/  /Gz׊`UCγ 3y03X"8@! DVU~'$D蕱x9Fq%{hnz^vHG/)~Jdwؖ,Jxe64(Ss[̓{TZaIsAZw W߈7ڎ c t2 Aq2|ܴ<*mOA쯿@Řg#}d(gQּL|.lwoIGZT)s n7IiTSOPpʈ'Ұ\TP8Huh;ݥWӷ`]Tp;N:/S4ɗ4=j'|Dб\Ozp?:2fEZ9,`}PH[:'Jl{][y}O'4DZQ69T)h_Ǥ֯0#" EP `WV. }PwcDHD1\.i&歃i*DƬ򖉭_r"_eTKId({3cEs^Ɛ[,m |ǀnMy#+,$|*MeʮLM3@ )eOd;ҝiJm`KM`>/Y^]y6_Iy2H=7JWɸ({aH-" M3$2_#f^YnM?9` c1Mӵ)-+f0a[9bG@yhv>enq&|#j;\t }p(z w,wbʬ#HmAdFUCMͮ~Mί&ukvt@9X2@F4Ӹ}.VyhQ°zTAw j#F~Igsa{0-vQ?2f)r78~X G,lRHK6>+l@ZPI]HSm`2h,$䋕C[e<~힮Nˎ ̺s;q@uMG(Z; ޏ&uA !Nn]2LJF@[YWBCQaN/״^: HNT9b_٧Ϫ© WzVl?Kz\p/qp!^9deC*캔lpCDZ|EoKaLև:@g M)%V,L:EUGsBQAzwñEMU֒4QLWBk9w: .t?AuX]}ٝ/Oq0 ej>'Mn8j{e@0 sO%ûPF Nl09ˍ8*OiMlj nbv1( N&ֈnn\OH*$=C AAiѧE_<À HMiNTHA WB1cZaݺxm[A W[?>*V0d (e LsY3eHU̻ᣤfʹOwL V$'\Ԙ5NwIc[3aa!$Wks48@kr;6^Fe|;uK"@k㛿\O \}<ܹ *Qz2teKJjEAt$G7\{SzJY&RU@]KңYGJΫUo$)O~It-R'*w$57v LjsA9Y x ,'N#wTn;pOiކ[tp9Ig-4^oL R6Q,*'.9P#eۊb|pEl~7fQ14> t[OY:~=fcm3#8.CX[7Qp wZFLsG Դԏsyi 'xk~Vqݩ@-= Ht749/Tb&䠓CEoJ%C 4u#JOŽd'gI(*$'[њ3Iv.s/R3ocfm"dJpt8h#T&N^a"$EƀwYO}f_[5cF5tzKgjtBw2+=lq7|v`a:Ӡ4cnф "@4]) :tԑ4!VHLl :q)3Z< ޯtm媀#UӌӂkO".GC|P REǴƬ_N."N;6q>ήNۿp̌Uec;0$('vYXꘖG/P_vJt|T:\\Tߞ~a[hdc'ׯ 2 ^b#mki@IǜDc.z7<}^WQyL8ɍwギNۢa0)# .2BQ|erZIQxLN7zʣvZS-+:s iD(z9yGݦiv"XF2Y0m5Zt+VE3Q)>7R#ckoXkFقۍfSsisB>`AG{5!@G,3(K_}GyaDdc5BivtFOԚNxDy^c&tL~zXCvp lsP @+pd{<)N$jn}" LX<q/O dDLlLQ^2؟.g dj\ j+|tĦuHEksmDƐ^7*SY I Y[d|E+ fL ;O&YNQĒ[x)-.0vX-!W4 K=O?>- ,[769^MM|IÄ p,ȣPr!N-X/>@'?= R9{e)9beg&[E;.Q'0"ol%^z5}9:W ꣐xi;jА+Qabyl\X" еGh&˲_Je_}ǷoЦ$M9w 7Go֕?.y:K#c{eᧆ;R,Y%;RDa& fSoV ~!/ZҬlca*Z^YfUjKMsu-Kj:^Kzi&[Z{E[sH0"N2x8 _-E f\a{Z[ȋ2J37 FEQ: t=NCF1եы_jdMY"GCYH3_56⍖!8z^F=^ 5."؎)eHPt$ 4bq,5PKw\67NyE- Z-v옖f*=< ADY D'kU!#!\F4?rϱ]{C$R/hwX`87̥Iz"VwIY~R@qmu,yTĨ.~TU7FkfO>R+ O,ps◇*u꿃Z0"GQ4^e/"Ȋ@RDO~Ǔ6@lf$\ut!eж[XN} =TaUZ1\|N/ .XeRujBovyD{Mfǿf:,8ߝgLWy(] 7vzll8ڄR) 6/v>%!K+z0㿳@ñ`PҎfJW- 6K:R!KAbDSdpeLT4n7*4.1*]ȼw7E|ʔl:ymS9Rͯ Joi 6\@j7!%F^H<Kc$}< Z^bоSPֹoΕ.<ۻGY:oݦi{c6zZFZ.(xj pHڗ\̇! $߹r-KpX&2jMˆyk%EgxίٓӸ]i X@Ӯ{wY|i6/It$xWݷ2V] MEphF {vhͶ4:] 7ӟ)7\T4F,~u}/0W~!S9Ђh{RqF5:FtW[P8-vMG=wWpE˃rV.dFEH r lX#^/kqFcv2-کgw6Ai'PhG3{+hǦl-}HRm׮Q;je3ѥBy_Uo&xo FRHU 3jS݄f9^醺gRc%~,ڄs1WYMsy _IH<@DWX(%Sy?@e#5PA.!)F|%W+ٓ:Hw $(B,CywZ.Õ'Mp~9oc9)ePg\b{8{yhkfR< dɖGT8BX ځvk#Djkjeg7#RWOG^l;\<`{[3ky˴:U/ЮۖGAz,guALՂWpKNje[LNf08<0; _kY6 @T`0ٹ q˷fƦ]7h1>2"2w~RA:B^8.53JL.*<ܻm D$dmcJs?ʾ5}@磊&{LwgO3næs~TUM)\I-_ !qfMD>Ebe%r6@}&u+ԫ@omYK+cSJm5PM6>g3uwgfDSeh‚N(<uAHR1٫ϊ<=Fi -^FSޣF>%x69PYLzUYbMc[yղ5xmx5o3w5Ǡ-mg|6׹I͡69ARTcUph֤" s +6J'Xt|l4车n'f=$v(( t&^+\#s̶n~گuKBryDyt-] ?ų5G>1?aH̲mG!2l%oMjRN *s6Cem!e%˾7n)1 *3didf'ҰCф)j^p{ q3h .݁P6³[ N֖ Nq ]D݅6Tl[lwpf%?N{є> PPpz}_^ 0Wk*.$9Ό/ R/'VX\6e;!Jf~m^D7jX'x}斅t no;;@wgXk\0l(@MW؉_5i>%@.$Tflyws 泃xnD M\`֚m+Y9)sv:ɗqeXUVQ15fon›^ ]@O@>F|x><2zşYrkJ'W׷?\ڟuy-κ]#VH^bHCz=UEGoԼHF~V^ard[vG\V]ElXWe΄yV/1Mmqkr@/ AiTb!q& iz;^¦YyqPnIoy48,up !.l` V^j{'^Q:Y-삳{%G 荩9cLJ#Uj\,6L@3YRSwtdD*^rveM&Ե_n7TGE}_Ƣ )nW%I`%FgL^gifx{ A uMA"ّs *-h+.'2M' *nǶUI] 0k"KquH`.ҕJI}Սo*]0@g[N(gIh&xf/sg9U EqmUŚjGXY2ST/+izd(8 ӿ-*xؼ:^!.KL7#KFO[7uDNy¾ioɥX܎5ޕD`AQfaKYMllB +_N'-z&eu$[ԵLw>.|I\mYdus`"F4#J2|UYX D0\'dC[t*F,evЅ6ooNRh/T~P9m̜T68.S+g`U(J"ʆ+l(N7u ^7Qƶ8mctf 듎o_NKBoWbQ`I{ %ŲQT辯<5oy+R k "&hgAqTQfS9~h+%fZo TZ#2"4rF'ohū0 k1'! /2ܬYBdDUCOc8+TA\bn▀RcOR *bv݆3ɞ^Ԫ}6۾{X".`)ҠpH4q QbdQ__GO[ۂ䄱i``f˒vƁn\yVs$z?e^\r+QYbwx|,U