Skip to content

Instantly share code, notes, and snippets.

View lafusew's full-sized avatar
🚀
In space

lafusew lafusew

🚀
In space
  • Paris
  • 14:18 (UTC +01:00)
View GitHub Profile
@lafusew
lafusew / cf.yaml
Created October 1, 2022 12:41
Beeldeploy google cloud functions config file example. [WIP]
source: ./
tigger: http
allow-unauthenticated: true
runtime: nodejs16
envs:
FOO: bar
@lafusew
lafusew / values_pointers.go
Created March 14, 2022 17:31 — forked from josephspurrier/values_pointers.go
Golang - Asterisk and Ampersand Cheatsheet
/*
********************************************************************************
Golang - Asterisk and Ampersand Cheatsheet
********************************************************************************
Also available at: https://play.golang.org/p/lNpnS9j1ma
Allowed:
--------
p := Person{"Steve", 28} stores the value