Version: 1.0
Scope: Push, SMS, Email delivery for 1M+ users
Organizing your Go (Golang) project's folder structure can help improve code readability, maintainability, and scalability. While there is no one-size-fits-all structure, here's a common folder structure for a Go project:
project-root/
βββ cmd/
β βββ your-app-name/
β β βββ main.go # Application entry point
β β βββ ... # Other application-specific filesRIAEvangelist/node-ipc is malware / protestware
The RIAEvangelist/node-ipc module contains protestware peacenotwar.
Excerpt from RIAEvangelist/node-ipc:
as of v11.0.0 & v9.2.2 this module uses the peacenotwar module.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $Vpn_Name = Read-Host -Prompt "Input desired VPN Name. Press enter to leave default [MY SSTP]" | |
| if ([string]::IsNullOrWhiteSpace($Vpn_Name)) | |
| { | |
| $Vpn_Name = "MY SSTP" | |
| } | |
| Function Add-Country1Routing { | |
| # Add-VPNConnectionRoute -ConnectionName $Vpn_Name -DestinationPrefix "192.168.1.0/20" -PassThru | |
| # Add-VpnConnectionRoute -ConnectionName $Vpn_Name -DestinationPrefix "192.168.2.22/32" -PassThru | |
| # Add-VpnConnectionRoute -ConnectionName $Vpn_Name -DestinationPrefix "192.168.3.0/24" -PassThru |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace AppBundle\Doctrine; | |
| use Doctrine\DBAL\Connection; | |
| use Doctrine\DBAL\Driver\PDOPgSql\Driver as PDOPgSqlDriver; | |
| use Doctrine\ORM\NativeQuery; | |
| class PgSqlNativeQueryCursor | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: ConfigMap | |
| metadata: | |
| name: backend-config | |
| data: | |
| APP_DEBUG: "false" | |
| APP_ENV: production | |
| APP_KEY: changeme | |
| APP_LOG_LEVEL: debug | |
| APP_NAME: "Laravel K8s" |
NewerOlder