All of the following information is based on go version go1.17.1 darwin/amd64
.
GOOS | Out of the Box |
---|---|
aix |
✅ |
android |
✅ |
[ | |
{ | |
"duration": "1 round + 1 round per three levels", | |
"components": "V, S, M (rhubarb leaf and an adder's stomach), F (a dart)", | |
"saving_throw": "none", | |
"school": "conjuration", | |
"spell_level": "sorcerer/wizard 2, magus 2, bloodrager 2", | |
"name": "Acid Arrow", | |
"range": "long (400 ft. + 40 ft./level)", |
# remove specific file from git cache | |
git rm --cached filename | |
# remove all files from git cache | |
git rm -r --cached . | |
git add . | |
git commit -m ".gitignore is now working" |
#!/usr/bin/env python | |
# -*- mode: python, coding: utf-8 -*- | |
# | |
# This incredible piece of code makes git a bit Polish, a bit Western Ukrainian, | |
# пше прошу пана | |
# Joke is based on fact that 'git' is 'пше' in qwerty/йцукен layouts | |
# | |
# (c) 2013 Alexander Solovyov under terms of WTFPL | |
import sys |